12 writes to ContextType
PresentationBuildTasks (12)
Framework\System\Windows\Markup\XamlReaderHelper.cs (12)
1976
elementContextStackData.
ContextType
= ElementContextType.Default;
1983
CpaStackData.
ContextType
= ElementContextType.Default;
1992
elementContextStackData.
ContextType
= CurrentContext.ContextType;
3658
CurrentContext.
ContextType
= ElementContextType.Default;
3727
CurrentContext.
ContextType
= ElementContextType.DefTag;
3742
CurrentContext.
ContextType
= ElementContextType.Unknown;
4178
CurrentContext.
ContextType
= ElementContextType.PropertyComplex;
4215
CurrentContext.
ContextType
= ElementContextType.PropertyIList;
4237
CurrentContext.
ContextType
= ElementContextType.PropertyIDictionary;
4306
CurrentContext.
ContextType
= ElementContextType.PropertyArray;
4334
CurrentContext.
ContextType
= ElementContextType.Default;
4567
elementContextStackData.
ContextType
= ElementContextType.Default;
26 references to ContextType
PresentationBuildTasks (26)
Framework\System\Windows\Markup\XamlReaderHelper.cs (26)
267
ElementContextType contextType = context.
ContextType
;
639
(ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
1160
ElementContextType parentType = ParentContext.
ContextType
;
1992
elementContextStackData.ContextType = CurrentContext.
ContextType
;
2023
if (CurrentContext != null && CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary)
2091
if (CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
2092
CurrentContext.
ContextType
== ElementContextType.PropertyComplex)
2302
if (CurrentContext.
ContextType
== ElementContextType.Default &&
3128
ElementContextType pct = ParentContext.
ContextType
;
3764
Debug.Assert(CurrentContext.
ContextType
== ElementContextType.PropertyComplex ||
3765
CurrentContext.
ContextType
== ElementContextType.PropertyIList ||
3766
CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary,
3772
switch (CurrentContext.
ContextType
)
3886
else if (ParentContext.
ContextType
== ElementContextType.PropertyComplex)
3965
if ( parentTag.
ContextType
== ElementContextType.PropertyComplex ||
3966
parentTag.
ContextType
== ElementContextType.PropertyArray ||
3967
parentTag.
ContextType
== ElementContextType.PropertyIList ||
3968
parentTag.
ContextType
== ElementContextType.PropertyIDictionary )
4207
ParentContext.
ContextType
!= ElementContextType.Default ||
4384
(ParentContext.
ContextType
== ElementContextType.PropertyComplex ||
4385
ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
4386
ParentContext.
ContextType
== ElementContextType.PropertyIList))
4410
if (ParentContext.
ContextType
== ElementContextType.PropertyComplex &&
4481
if (ElementContextType.Default != CurrentContext.
ContextType
)
4627
switch (ParentContext.
ContextType
)
5050
ElementContextType parentNodeType = CurrentContext.
ContextType
;