12 references to Default
PresentationBuildTasks (12)
Framework\System\Windows\Markup\XamlReaderHelper.cs (12)
282
case ElementContextType.
Default
:
1164
if (ElementContextType.
Default
!= parentType &&
1976
elementContextStackData.ContextType = ElementContextType.
Default
;
1983
CpaStackData.ContextType = ElementContextType.
Default
;
2302
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3658
CurrentContext.ContextType = ElementContextType.
Default
;
4207
ParentContext.ContextType != ElementContextType.
Default
||
4334
CurrentContext.ContextType = ElementContextType.
Default
;
4481
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4567
elementContextStackData.ContextType = ElementContextType.
Default
;
4629
case ElementContextType.
Default
:
5052
if( parentNodeType == ElementContextType.
Default
)