12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1957elementContextStackData.ContextType = ElementContextType.Default; 1965ContextType = ElementContextType.Default 1975elementContextStackData.ContextType = CurrentContext.ContextType; 3650CurrentContext.ContextType = ElementContextType.Default; 3719CurrentContext.ContextType = ElementContextType.DefTag; 3734CurrentContext.ContextType = ElementContextType.Unknown; 4169CurrentContext.ContextType = ElementContextType.PropertyComplex; 4211CurrentContext.ContextType = ElementContextType.PropertyIList; 4233CurrentContext.ContextType = ElementContextType.PropertyIDictionary; 4302CurrentContext.ContextType = ElementContextType.PropertyArray; 4330CurrentContext.ContextType = ElementContextType.Default; 4568ContextType = ElementContextType.Default
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
250ElementContextType contextType = context.ContextType; 622(ParentContext.ContextType == ElementContextType.PropertyIDictionary || 1147ElementContextType parentType = ParentContext.ContextType; 1975elementContextStackData.ContextType = CurrentContext.ContextType; 2006if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.PropertyIDictionary) 2074if (CurrentContext.ContextType == ElementContextType.PropertyIDictionary || 2075CurrentContext.ContextType == ElementContextType.PropertyComplex) 2285if (CurrentContext.ContextType == ElementContextType.Default && 3114ElementContextType pct = ParentContext.ContextType; 3756Debug.Assert(CurrentContext.ContextType == ElementContextType.PropertyComplex || 3757CurrentContext.ContextType == ElementContextType.PropertyIList || 3758CurrentContext.ContextType == ElementContextType.PropertyIDictionary, 3764switch (CurrentContext.ContextType) 3878else if (ParentContext.ContextType == ElementContextType.PropertyComplex) 3956if (parentTag.ContextType == ElementContextType.PropertyComplex || 3957parentTag.ContextType == ElementContextType.PropertyArray || 3958parentTag.ContextType == ElementContextType.PropertyIList || 3959parentTag.ContextType == ElementContextType.PropertyIDictionary) 4203ParentContext.ContextType != ElementContextType.Default || 4380(ParentContext.ContextType == ElementContextType.PropertyComplex || 4381ParentContext.ContextType == ElementContextType.PropertyIDictionary || 4382ParentContext.ContextType == ElementContextType.PropertyIList)) 4406if (ParentContext.ContextType == ElementContextType.PropertyComplex && 4476if (ElementContextType.Default != CurrentContext.ContextType) 4634switch (ParentContext.ContextType) 5094ElementContextType parentNodeType = CurrentContext.ContextType;