17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
340ParserContext.PopScope(); 790ParserContext, 1226if (null != ParserContext.XmlSpace && 1227ParserContext.XmlSpace.Equals("preserve")) 1968ParserContext.PushScope(); 1973ParserContext.PopScope(); 1979ParserContext.PushScope(); 2009ParserContext.PopScope(); 2017ParserContext.PopScope(); 2041ParserContext.PopScope(); 2268ParserContext.XmlnsDictionary[prefix] = attribValue; 2279ParserContext.XmlSpace = xmlSpace; 2301ParserContext.XmlLang = xmlLang; 2307ParserContext.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name); 3136key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext); 6498if (preserveText || (null != ParserContext.XmlSpace && 6499ParserContext.XmlSpace.Equals("preserve")))