InheritanceBehavior Enumeration
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
| Member name | Description | |
|---|---|---|
| Default | Property value inheritance lookup will query the current element and continue walking up the element tree to the page root. Resource lookup will query through the current element and further. | |
| SkipAllNext | Property value inheritance lookup will query the current element but not any further. Resource lookup will query the current element but not any further. | |
| SkipAllNow | Property value inheritance lookup will not query the current element or any further. Resource lookup will not query the current element or any further. | |
| SkipToAppNext | Property value inheritance lookup will query the current element but not any further. Resource lookup will query the current element and will then skip over to the application and theme dictionaries, rather than walking up the element tree toward the page root. | |
| SkipToAppNow | Property value inheritance lookup will not query the current element or any further. Resource lookup will not query the current element but will skip over to the application and then the theme dictionaries, rather than walking up the element tree toward the page root. | |
| SkipToThemeNext | Property value inheritance lookup will query the current element but not any further. Resource lookup will query the current element and will then skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. | |
| SkipToThemeNow | Property value inheritance lookup will not query the current element or any further. Resource lookup will not query the current element but will skip over to the theme dictionaries, rather than walking up the element tree toward the page root, or checking application dictionaries. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.