17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
337ParserContext.PopScope(); 787ParserContext, 1223if (null != ParserContext.XmlSpace && 1224ParserContext.XmlSpace.Equals("preserve")) 1965ParserContext.PushScope(); 1970ParserContext.PopScope(); 1976ParserContext.PushScope(); 2006ParserContext.PopScope(); 2014ParserContext.PopScope(); 2038ParserContext.PopScope(); 2265ParserContext.XmlnsDictionary[prefix] = attribValue; 2276ParserContext.XmlSpace = xmlSpace; 2298ParserContext.XmlLang = xmlLang; 2304ParserContext.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name); 3133key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext); 6495if (preserveText || (null != ParserContext.XmlSpace && 6496ParserContext.XmlSpace.Equals("preserve")))