12 references to Default
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
265
case ElementContextType.
Default
:
1148
if (ElementContextType.
Default
!= parentType &&
1954
elementContextStackData.ContextType = ElementContextType.
Default
;
1962
ContextType = ElementContextType.
Default
2282
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3647
CurrentContext.ContextType = ElementContextType.
Default
;
4200
ParentContext.ContextType != ElementContextType.
Default
||
4327
CurrentContext.ContextType = ElementContextType.
Default
;
4473
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4565
ContextType = ElementContextType.
Default
4633
case ElementContextType.
Default
:
5093
if( parentNodeType == ElementContextType.
Default
)