12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1958elementContextStackData.ContextType = ElementContextType.Default; 1966ContextType = ElementContextType.Default 1976elementContextStackData.ContextType = CurrentContext.ContextType; 3651CurrentContext.ContextType = ElementContextType.Default; 3720CurrentContext.ContextType = ElementContextType.DefTag; 3735CurrentContext.ContextType = ElementContextType.Unknown; 4170CurrentContext.ContextType = ElementContextType.PropertyComplex; 4212CurrentContext.ContextType = ElementContextType.PropertyIList; 4234CurrentContext.ContextType = ElementContextType.PropertyIDictionary; 4303CurrentContext.ContextType = ElementContextType.PropertyArray; 4331CurrentContext.ContextType = ElementContextType.Default; 4570ContextType = ElementContextType.Default
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
251ElementContextType contextType = context.ContextType; 623(ParentContext.ContextType == ElementContextType.PropertyIDictionary || 1148ElementContextType parentType = ParentContext.ContextType; 1976elementContextStackData.ContextType = CurrentContext.ContextType; 2007if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.PropertyIDictionary) 2075if (CurrentContext.ContextType == ElementContextType.PropertyIDictionary || 2076CurrentContext.ContextType == ElementContextType.PropertyComplex) 2286if (CurrentContext.ContextType == ElementContextType.Default && 3115ElementContextType pct = ParentContext.ContextType; 3757Debug.Assert(CurrentContext.ContextType == ElementContextType.PropertyComplex || 3758CurrentContext.ContextType == ElementContextType.PropertyIList || 3759CurrentContext.ContextType == ElementContextType.PropertyIDictionary, 3765switch (CurrentContext.ContextType) 3879else if (ParentContext.ContextType == ElementContextType.PropertyComplex) 3957if (parentTag.ContextType == ElementContextType.PropertyComplex || 3958parentTag.ContextType == ElementContextType.PropertyArray || 3959parentTag.ContextType == ElementContextType.PropertyIList || 3960parentTag.ContextType == ElementContextType.PropertyIDictionary) 4204ParentContext.ContextType != ElementContextType.Default || 4381(ParentContext.ContextType == ElementContextType.PropertyComplex || 4382ParentContext.ContextType == ElementContextType.PropertyIDictionary || 4383ParentContext.ContextType == ElementContextType.PropertyIList)) 4407if (ParentContext.ContextType == ElementContextType.PropertyComplex && 4478if (ElementContextType.Default != CurrentContext.ContextType) 4636switch (ParentContext.ContextType) 5096ElementContextType parentNodeType = CurrentContext.ContextType;