17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
351
ParserContext
.PopScope();
801
ParserContext
,
1237
if (null !=
ParserContext
.XmlSpace &&
1238
ParserContext
.XmlSpace.Equals("preserve"))
1976
ParserContext
.PushScope();
1981
ParserContext
.PopScope();
1987
ParserContext
.PushScope();
2017
ParserContext
.PopScope();
2025
ParserContext
.PopScope();
2049
ParserContext
.PopScope();
2276
ParserContext
.XmlnsDictionary[prefix] = attribValue;
2287
ParserContext
.XmlSpace = xmlSpace;
2309
ParserContext
.XmlLang = xmlLang;
2315
ParserContext
.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name);
3142
key = XamlTypeMapper.GetDictionaryKey(attribValue,
ParserContext
);
6508
if (preserveText || (null !=
ParserContext
.XmlSpace &&
6509
ParserContext
.XmlSpace.Equals("preserve")))