12 references to Default
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
270
case ElementContextType.
Default
:
1156
if (ElementContextType.
Default
!= parentType &&
1961
elementContextStackData.ContextType = ElementContextType.
Default
;
1968
CpaStackData.ContextType = ElementContextType.
Default
;
2287
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3651
CurrentContext.ContextType = ElementContextType.
Default
;
4205
ParentContext.ContextType != ElementContextType.
Default
||
4332
CurrentContext.ContextType = ElementContextType.
Default
;
4479
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4570
elementContextStackData.ContextType = ElementContextType.
Default
;
4637
case ElementContextType.
Default
:
5097
if( parentNodeType == ElementContextType.
Default
)