12 references to Default
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
265
case ElementContextType.
Default
:
1151
if (ElementContextType.
Default
!= parentType &&
1957
elementContextStackData.ContextType = ElementContextType.
Default
;
1965
ContextType = ElementContextType.
Default
2285
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3650
CurrentContext.ContextType = ElementContextType.
Default
;
4203
ParentContext.ContextType != ElementContextType.
Default
||
4330
CurrentContext.ContextType = ElementContextType.
Default
;
4476
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4568
ContextType = ElementContextType.
Default
4636
case ElementContextType.
Default
:
5096
if( parentNodeType == ElementContextType.
Default
)