17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
351ParserContext.PopScope(); 801ParserContext, 1237if (null != ParserContext.XmlSpace && 1238ParserContext.XmlSpace.Equals("preserve")) 1976ParserContext.PushScope(); 1981ParserContext.PopScope(); 1987ParserContext.PushScope(); 2017ParserContext.PopScope(); 2025ParserContext.PopScope(); 2049ParserContext.PopScope(); 2276ParserContext.XmlnsDictionary[prefix] = attribValue; 2287ParserContext.XmlSpace = xmlSpace; 2309ParserContext.XmlLang = xmlLang; 2315ParserContext.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name); 3142key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext); 6508if (preserveText || (null != ParserContext.XmlSpace && 6509ParserContext.XmlSpace.Equals("preserve")))