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