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