17 references to ParserContext
PresentationBuildTasks (17)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (17)
337
ParserContext
.PopScope();
787
ParserContext
,
1223
if (null !=
ParserContext
.XmlSpace &&
1224
ParserContext
.XmlSpace.Equals("preserve"))
1965
ParserContext
.PushScope();
1970
ParserContext
.PopScope();
1976
ParserContext
.PushScope();
2006
ParserContext
.PopScope();
2014
ParserContext
.PopScope();
2038
ParserContext
.PopScope();
2265
ParserContext
.XmlnsDictionary[prefix] = attribValue;
2276
ParserContext
.XmlSpace = xmlSpace;
2298
ParserContext
.XmlLang = xmlLang;
2304
ParserContext
.XamlTypeMapper.GetXmlLangProperty(namespaceURI, elementType.Name);
3133
key = XamlTypeMapper.GetDictionaryKey(attribValue,
ParserContext
);
6495
if (preserveText || (null !=
ParserContext
.XmlSpace &&
6496
ParserContext
.XmlSpace.Equals("preserve")))