17 references to ParserContext
PresentationBuildTasks (17)
Framework\System\Windows\Markup\XamlReaderHelper.cs (17)
357ParserContext.PopScope(); 803ParserContext, 1239if (null != ParserContext.XmlSpace && 1240ParserContext.XmlSpace.Equals("preserve")) 1985ParserContext.PushScope(); 1990ParserContext.PopScope(); 1996ParserContext.PushScope(); 2026ParserContext.PopScope(); 2034ParserContext.PopScope(); 2058ParserContext.PopScope(); 2285ParserContext.XmlnsDictionary[prefix] = attribValue; 2296ParserContext.XmlSpace = xmlSpace; 2318ParserContext.XmlLang = xmlLang; 2324ParserContext.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name); 3147key = XamlTypeMapper.GetDictionaryKey(attribValue, ParserContext); 6457if (preserveText || (null != ParserContext.XmlSpace && 6458ParserContext.XmlSpace.Equals("preserve")))