12 references to Default
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
276
case ElementContextType.
Default
:
1162
if (ElementContextType.
Default
!= parentType &&
1967
elementContextStackData.ContextType = ElementContextType.
Default
;
1974
CpaStackData.ContextType = ElementContextType.
Default
;
2293
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3657
CurrentContext.ContextType = ElementContextType.
Default
;
4211
ParentContext.ContextType != ElementContextType.
Default
||
4338
CurrentContext.ContextType = ElementContextType.
Default
;
4485
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4576
elementContextStackData.ContextType = ElementContextType.
Default
;
4643
case ElementContextType.
Default
:
5103
if( parentNodeType == ElementContextType.
Default
)