63 references to ElementContextType
PresentationBuildTasks (63)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (63)
250
ElementContextType
contextType = context.ContextType;
255
case
ElementContextType
.PropertyIList:
256
case
ElementContextType
.PropertyIDictionary:
257
case
ElementContextType
.PropertyArray:
261
case
ElementContextType
.Unknown:
265
case
ElementContextType
.Default:
266
case
ElementContextType
.PropertyComplex:
619
(ParentContext.ContextType ==
ElementContextType
.PropertyIDictionary ||
1144
ElementContextType
parentType = ParentContext.ContextType;
1148
if (
ElementContextType
.Default != parentType &&
1149
ElementContextType
.Unknown != parentType )
1440
public
ElementContextType
ContextType
1628
private
ElementContextType
_contextType;
1954
elementContextStackData.ContextType =
ElementContextType
.Default;
1962
ContextType =
ElementContextType
.Default
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;
3113
if (
ElementContextType
.PropertyIDictionary != pct
3115
&& (
ElementContextType
.Unknown != pct) // Compile 1st pass
3647
CurrentContext.ContextType =
ElementContextType
.Default;
3716
CurrentContext.ContextType =
ElementContextType
.DefTag;
3731
CurrentContext.ContextType =
ElementContextType
.Unknown;
3753
Debug.Assert(CurrentContext.ContextType ==
ElementContextType
.PropertyComplex ||
3754
CurrentContext.ContextType ==
ElementContextType
.PropertyIList ||
3755
CurrentContext.ContextType ==
ElementContextType
.PropertyIDictionary,
3763
case
ElementContextType
.PropertyComplex:
3767
case
ElementContextType
.PropertyArray:
3771
case
ElementContextType
.PropertyIList:
3775
case
ElementContextType
.PropertyIDictionary:
3779
case
ElementContextType
.Unknown:
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)
4166
CurrentContext.ContextType =
ElementContextType
.PropertyComplex;
4200
ParentContext.ContextType !=
ElementContextType
.Default ||
4208
CurrentContext.ContextType =
ElementContextType
.PropertyIList;
4230
CurrentContext.ContextType =
ElementContextType
.PropertyIDictionary;
4299
CurrentContext.ContextType =
ElementContextType
.PropertyArray;
4327
CurrentContext.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)
4565
ContextType =
ElementContextType
.Default
4633
case
ElementContextType
.Default:
4634
case
ElementContextType
.Unknown:
4661
case
ElementContextType
.PropertyArray:
4675
case
ElementContextType
.PropertyComplex:
4676
case
ElementContextType
.PropertyIDictionary:
4677
case
ElementContextType
.PropertyIList:
5091
ElementContextType
parentNodeType = CurrentContext.ContextType;
5093
if( parentNodeType ==
ElementContextType
.Default )
5098
else if( parentNodeType ==
ElementContextType
.PropertyComplex )
5103
else if( parentNodeType ==
ElementContextType
.PropertyIList )
5112
else if( parentNodeType ==
ElementContextType
.PropertyArray ||
5113
parentNodeType ==
ElementContextType
.PropertyIDictionary )
5132
Debug.Assert (parentNodeType ==
ElementContextType
.Unknown,