6 references to XmlParserContext
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
502
XmlParserContext context = new
XmlParserContext
(
Framework\System\Windows\Markup\ParserContext.cs (1)
475
XmlParserContext xmlParserContext = new
XmlParserContext
(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
475
XmlParserContext xmlParserContext = new
XmlParserContext
(null, xmlnsMgr, parserContext.XmlLang, xmlSpace);
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
76
XmlParserContext ctx = new
XmlParserContext
(nt, nsmgr, null, XmlSpace.None);
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2842
XmlParserContext xpc = new
XmlParserContext
(this.xnt, xnm, this.XmlLang, this.XmlSpace);
System\Xml\XPath\XPathNavigator.cs (1)
1773
XmlParserContext context = new
XmlParserContext
(NameTable, mgr, null, XmlSpace.Default);