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