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