12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1961
elementContextStackData.
ContextType
= ElementContextType.Default;
1968
CpaStackData.
ContextType
= ElementContextType.Default;
1977
elementContextStackData.
ContextType
= CurrentContext.ContextType;
3651
CurrentContext.
ContextType
= ElementContextType.Default;
3720
CurrentContext.
ContextType
= ElementContextType.DefTag;
3735
CurrentContext.
ContextType
= ElementContextType.Unknown;
4171
CurrentContext.
ContextType
= ElementContextType.PropertyComplex;
4213
CurrentContext.
ContextType
= ElementContextType.PropertyIList;
4235
CurrentContext.
ContextType
= ElementContextType.PropertyIDictionary;
4304
CurrentContext.
ContextType
= ElementContextType.PropertyArray;
4332
CurrentContext.
ContextType
= ElementContextType.Default;
4570
elementContextStackData.
ContextType
= ElementContextType.Default;
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
255
ElementContextType contextType = context.
ContextType
;
627
(ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
1152
ElementContextType parentType = ParentContext.
ContextType
;
1977
elementContextStackData.ContextType = CurrentContext.
ContextType
;
2008
if (CurrentContext != null && CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary)
2076
if (CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
2077
CurrentContext.
ContextType
== ElementContextType.PropertyComplex)
2287
if (CurrentContext.
ContextType
== ElementContextType.Default &&
3113
ElementContextType pct = ParentContext.
ContextType
;
3757
Debug.Assert(CurrentContext.
ContextType
== ElementContextType.PropertyComplex ||
3758
CurrentContext.
ContextType
== ElementContextType.PropertyIList ||
3759
CurrentContext.
ContextType
== ElementContextType.PropertyIDictionary,
3765
switch (CurrentContext.
ContextType
)
3879
else if (ParentContext.
ContextType
== ElementContextType.PropertyComplex)
3958
if ( parentTag.
ContextType
== ElementContextType.PropertyComplex ||
3959
parentTag.
ContextType
== ElementContextType.PropertyArray ||
3960
parentTag.
ContextType
== ElementContextType.PropertyIList ||
3961
parentTag.
ContextType
== ElementContextType.PropertyIDictionary )
4205
ParentContext.
ContextType
!= ElementContextType.Default ||
4382
(ParentContext.
ContextType
== ElementContextType.PropertyComplex ||
4383
ParentContext.
ContextType
== ElementContextType.PropertyIDictionary ||
4384
ParentContext.
ContextType
== ElementContextType.PropertyIList))
4408
if (ParentContext.
ContextType
== ElementContextType.PropertyComplex &&
4479
if (ElementContextType.Default != CurrentContext.
ContextType
)
4635
switch (ParentContext.
ContextType
)
5095
ElementContextType parentNodeType = CurrentContext.
ContextType
;