12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1961elementContextStackData.ContextType = ElementContextType.Default; 1968CpaStackData.ContextType = ElementContextType.Default; 1977elementContextStackData.ContextType = CurrentContext.ContextType; 3651CurrentContext.ContextType = ElementContextType.Default; 3720CurrentContext.ContextType = ElementContextType.DefTag; 3735CurrentContext.ContextType = ElementContextType.Unknown; 4171CurrentContext.ContextType = ElementContextType.PropertyComplex; 4213CurrentContext.ContextType = ElementContextType.PropertyIList; 4235CurrentContext.ContextType = ElementContextType.PropertyIDictionary; 4304CurrentContext.ContextType = ElementContextType.PropertyArray; 4332CurrentContext.ContextType = ElementContextType.Default; 4570elementContextStackData.ContextType = ElementContextType.Default;
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
255ElementContextType contextType = context.ContextType; 627(ParentContext.ContextType == ElementContextType.PropertyIDictionary || 1152ElementContextType parentType = ParentContext.ContextType; 1977elementContextStackData.ContextType = CurrentContext.ContextType; 2008if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.PropertyIDictionary) 2076if (CurrentContext.ContextType == ElementContextType.PropertyIDictionary || 2077CurrentContext.ContextType == ElementContextType.PropertyComplex) 2287if (CurrentContext.ContextType == ElementContextType.Default && 3113ElementContextType 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) 3958if ( parentTag.ContextType == ElementContextType.PropertyComplex || 3959parentTag.ContextType == ElementContextType.PropertyArray || 3960parentTag.ContextType == ElementContextType.PropertyIList || 3961parentTag.ContextType == ElementContextType.PropertyIDictionary ) 4205ParentContext.ContextType != ElementContextType.Default || 4382(ParentContext.ContextType == ElementContextType.PropertyComplex || 4383ParentContext.ContextType == ElementContextType.PropertyIDictionary || 4384ParentContext.ContextType == ElementContextType.PropertyIList)) 4408if (ParentContext.ContextType == ElementContextType.PropertyComplex && 4479if (ElementContextType.Default != CurrentContext.ContextType) 4635switch (ParentContext.ContextType) 5095ElementContextType parentNodeType = CurrentContext.ContextType;