12 writes to ContextType
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (12)
1967elementContextStackData.ContextType = ElementContextType.Default; 1974CpaStackData.ContextType = ElementContextType.Default; 1983elementContextStackData.ContextType = CurrentContext.ContextType; 3657CurrentContext.ContextType = ElementContextType.Default; 3726CurrentContext.ContextType = ElementContextType.DefTag; 3741CurrentContext.ContextType = ElementContextType.Unknown; 4177CurrentContext.ContextType = ElementContextType.PropertyComplex; 4219CurrentContext.ContextType = ElementContextType.PropertyIList; 4241CurrentContext.ContextType = ElementContextType.PropertyIDictionary; 4310CurrentContext.ContextType = ElementContextType.PropertyArray; 4338CurrentContext.ContextType = ElementContextType.Default; 4576elementContextStackData.ContextType = ElementContextType.Default;
26 references to ContextType
PresentationBuildTasks (26)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (26)
261ElementContextType contextType = context.ContextType; 633(ParentContext.ContextType == ElementContextType.PropertyIDictionary || 1158ElementContextType parentType = ParentContext.ContextType; 1983elementContextStackData.ContextType = CurrentContext.ContextType; 2014if (CurrentContext != null && CurrentContext.ContextType == ElementContextType.PropertyIDictionary) 2082if (CurrentContext.ContextType == ElementContextType.PropertyIDictionary || 2083CurrentContext.ContextType == ElementContextType.PropertyComplex) 2293if (CurrentContext.ContextType == ElementContextType.Default && 3119ElementContextType pct = ParentContext.ContextType; 3763Debug.Assert(CurrentContext.ContextType == ElementContextType.PropertyComplex || 3764CurrentContext.ContextType == ElementContextType.PropertyIList || 3765CurrentContext.ContextType == ElementContextType.PropertyIDictionary, 3771switch (CurrentContext.ContextType) 3885else if (ParentContext.ContextType == ElementContextType.PropertyComplex) 3964if ( parentTag.ContextType == ElementContextType.PropertyComplex || 3965parentTag.ContextType == ElementContextType.PropertyArray || 3966parentTag.ContextType == ElementContextType.PropertyIList || 3967parentTag.ContextType == ElementContextType.PropertyIDictionary ) 4211ParentContext.ContextType != ElementContextType.Default || 4388(ParentContext.ContextType == ElementContextType.PropertyComplex || 4389ParentContext.ContextType == ElementContextType.PropertyIDictionary || 4390ParentContext.ContextType == ElementContextType.PropertyIList)) 4414if (ParentContext.ContextType == ElementContextType.PropertyComplex && 4485if (ElementContextType.Default != CurrentContext.ContextType) 4641switch (ParentContext.ContextType) 5101ElementContextType parentNodeType = CurrentContext.ContextType;