12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1954
elementContextStackData.
ContextType
= ElementContextType.Default;
1962
ContextType
= ElementContextType.Default
1972
elementContextStackData.
ContextType
= CurrentContext.ContextType;
3647
CurrentContext.
ContextType
= ElementContextType.Default;
3716
CurrentContext.
ContextType
= ElementContextType.DefTag;
3731
CurrentContext.
ContextType
= ElementContextType.Unknown;
4166
CurrentContext.
ContextType
= ElementContextType.PropertyComplex;
4208
CurrentContext.
ContextType
= ElementContextType.PropertyIList;
4230
CurrentContext.
ContextType
= ElementContextType.PropertyIDictionary;
4299
CurrentContext.
ContextType
= ElementContextType.PropertyArray;
4327
CurrentContext.
ContextType
= ElementContextType.Default;
4565
ContextType
= ElementContextType.Default
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
250
ElementContextType contextType = context.
ContextType
;
619
(ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
1144
ElementContextType parentType = ParentContext.
ContextType
;
1972
elementContextStackData.ContextType = CurrentContext.
ContextType
;
2003
if (CurrentContext != null && CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary)
2071
if (CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
2072
CurrentContext.
ContextType
== ElementContextType.PropertyComplex)
2282
if (CurrentContext.
ContextType
== ElementContextType.Default &&
3111
ElementContextType pct = ParentContext.
ContextType
;
3753
Debug.Assert(CurrentContext.
ContextType
== ElementContextType.PropertyComplex ||
3754
CurrentContext.
ContextType
== ElementContextType.PropertyIList ||
3755
CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary,
3761
switch (CurrentContext.
ContextType
)
3875
else if (ParentContext.
ContextType
== ElementContextType.PropertyComplex)
3953
if (parentTag.
ContextType
== ElementContextType.PropertyComplex ||
3954
parentTag.
ContextType
== ElementContextType.PropertyArray ||
3955
parentTag.
ContextType
== ElementContextType.PropertyIList ||
3956
parentTag.
ContextType
== ElementContextType.PropertyIDictionary)
4200
ParentContext.
ContextType
!= ElementContextType.Default ||
4377
(ParentContext.
ContextType
== ElementContextType.PropertyComplex ||
4378
ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
4379
ParentContext.
ContextType
== ElementContextType.PropertyIList))
4403
if (ParentContext.
ContextType
== ElementContextType.PropertyComplex &&
4473
if (ElementContextType.Default != CurrentContext.
ContextType
)
4631
switch (ParentContext.
ContextType
)
5091
ElementContextType parentNodeType = CurrentContext.
ContextType
;