12 references to Default
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
266
case ElementContextType.
Default
:
1152
if (ElementContextType.
Default
!= parentType &&
1958
elementContextStackData.ContextType = ElementContextType.
Default
;
1966
ContextType = ElementContextType.
Default
2286
if (CurrentContext.ContextType == ElementContextType.
Default
&&
3651
CurrentContext.ContextType = ElementContextType.
Default
;
4204
ParentContext.ContextType != ElementContextType.
Default
||
4331
CurrentContext.ContextType = ElementContextType.
Default
;
4478
if (ElementContextType.
Default
!= CurrentContext.ContextType)
4570
ContextType = ElementContextType.
Default
4638
case ElementContextType.
Default
:
5098
if( parentNodeType == ElementContextType.
Default
)