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