63 references to ElementContextType
PresentationBuildTasks (63)
Framework\System\Windows\Markup\XamlReaderHelper.cs (63)
267
ElementContextType
contextType = context.ContextType;
272
case
ElementContextType
.PropertyIList:
273
case
ElementContextType
.PropertyIDictionary:
274
case
ElementContextType
.PropertyArray:
278
case
ElementContextType
.Unknown:
282
case
ElementContextType
.Default:
283
case
ElementContextType
.PropertyComplex:
639
(ParentContext.ContextType ==
ElementContextType
.PropertyIDictionary ||
1160
ElementContextType
parentType = ParentContext.ContextType;
1164
if (
ElementContextType
.Default != parentType &&
1165
ElementContextType
.Unknown != parentType )
1458
public
ElementContextType
ContextType
1647
ElementContextType
_contextType;
1976
elementContextStackData.ContextType =
ElementContextType
.Default;
1983
CpaStackData.ContextType =
ElementContextType
.Default;
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;
3130
if (
ElementContextType
.PropertyIDictionary != pct
3132
&& (
ElementContextType
.Unknown != pct) // Compile 1st pass
3658
CurrentContext.ContextType =
ElementContextType
.Default;
3727
CurrentContext.ContextType =
ElementContextType
.DefTag;
3742
CurrentContext.ContextType =
ElementContextType
.Unknown;
3764
Debug.Assert(CurrentContext.ContextType ==
ElementContextType
.PropertyComplex ||
3765
CurrentContext.ContextType ==
ElementContextType
.PropertyIList ||
3766
CurrentContext.ContextType ==
ElementContextType
.PropertyIDictionary,
3774
case
ElementContextType
.PropertyComplex:
3778
case
ElementContextType
.PropertyArray:
3782
case
ElementContextType
.PropertyIList:
3786
case
ElementContextType
.PropertyIDictionary:
3790
case
ElementContextType
.Unknown:
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 )
4178
CurrentContext.ContextType =
ElementContextType
.PropertyComplex;
4207
ParentContext.ContextType !=
ElementContextType
.Default ||
4215
CurrentContext.ContextType =
ElementContextType
.PropertyIList;
4237
CurrentContext.ContextType =
ElementContextType
.PropertyIDictionary;
4306
CurrentContext.ContextType =
ElementContextType
.PropertyArray;
4334
CurrentContext.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)
4567
elementContextStackData.ContextType =
ElementContextType
.Default;
4629
case
ElementContextType
.Default:
4630
case
ElementContextType
.Unknown:
4651
case
ElementContextType
.PropertyArray:
4665
case
ElementContextType
.PropertyComplex:
4666
case
ElementContextType
.PropertyIDictionary:
4667
case
ElementContextType
.PropertyIList:
5050
ElementContextType
parentNodeType = CurrentContext.ContextType;
5052
if( parentNodeType ==
ElementContextType
.Default )
5057
else if( parentNodeType ==
ElementContextType
.PropertyComplex )
5062
else if( parentNodeType ==
ElementContextType
.PropertyIList )
5071
else if( parentNodeType ==
ElementContextType
.PropertyArray ||
5072
parentNodeType ==
ElementContextType
.PropertyIDictionary )
5091
Debug.Assert (parentNodeType ==
ElementContextType
.Unknown,