17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
345ParserContext.PopScope(); 795ParserContext, 1231if (null != ParserContext.XmlSpace && 1232ParserContext.XmlSpace.Equals("preserve")) 1970ParserContext.PushScope(); 1975ParserContext.PopScope(); 1981ParserContext.PushScope(); 2011ParserContext.PopScope(); 2019ParserContext.PopScope(); 2043ParserContext.PopScope(); 2270ParserContext.XmlnsDictionary[prefix] = attribValue; 2281ParserContext.XmlSpace = xmlSpace; 2303ParserContext.XmlLang = xmlLang; 2309ParserContext.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name); 3136key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext); 6502if (preserveText || (null != ParserContext.XmlSpace && 6503ParserContext.XmlSpace.Equals("preserve")))