12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1954elementContextStackData.ContextType = ElementContextType.Default; 1962ContextType = ElementContextType.Default 1972elementContextStackData.ContextType = CurrentContext.ContextType; 3647CurrentContext.ContextType = ElementContextType.Default; 3716CurrentContext.ContextType = ElementContextType.DefTag; 3731CurrentContext.ContextType = ElementContextType.Unknown; 4166CurrentContext.ContextType = ElementContextType.PropertyComplex; 4208CurrentContext.ContextType = ElementContextType.PropertyIList; 4230CurrentContext.ContextType = ElementContextType.PropertyIDictionary; 4299CurrentContext.ContextType = ElementContextType.PropertyArray; 4327CurrentContext.ContextType = ElementContextType.Default; 4565ContextType = ElementContextType.Default
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
250ElementContextType contextType = context.ContextType; 619(ParentContext.ContextType == ElementContextType.PropertyIDictionary || 1144ElementContextType parentType = ParentContext.ContextType; 1972elementContextStackData.ContextType = CurrentContext.ContextType; 2003if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.PropertyIDictionary) 2071if (CurrentContext.ContextType == ElementContextType.PropertyIDictionary || 2072CurrentContext.ContextType == ElementContextType.PropertyComplex) 2282if (CurrentContext.ContextType == ElementContextType.Default && 3111ElementContextType pct = ParentContext.ContextType; 3753Debug.Assert(CurrentContext.ContextType == ElementContextType.PropertyComplex || 3754CurrentContext.ContextType == ElementContextType.PropertyIList || 3755CurrentContext.ContextType == ElementContextType.PropertyIDictionary, 3761switch (CurrentContext.ContextType) 3875else if (ParentContext.ContextType == ElementContextType.PropertyComplex) 3953if (parentTag.ContextType == ElementContextType.PropertyComplex || 3954parentTag.ContextType == ElementContextType.PropertyArray || 3955parentTag.ContextType == ElementContextType.PropertyIList || 3956parentTag.ContextType == ElementContextType.PropertyIDictionary) 4200ParentContext.ContextType != ElementContextType.Default || 4377(ParentContext.ContextType == ElementContextType.PropertyComplex || 4378ParentContext.ContextType == ElementContextType.PropertyIDictionary || 4379ParentContext.ContextType == ElementContextType.PropertyIList)) 4403if (ParentContext.ContextType == ElementContextType.PropertyComplex && 4473if (ElementContextType.Default != CurrentContext.ContextType) 4631switch (ParentContext.ContextType) 5091ElementContextType parentNodeType = CurrentContext.ContextType;