6 types derived from XmlNamespaceManager
PresentationFramework (1)
System.Xml (5)
67 instantiations of XmlNamespaceManager
PresentationBuildTasks (2)
PresentationFramework (2)
System.Data.Entity.Design (1)
System.Data.Services.Design (3)
System.Data.SqlXml (3)
System.Runtime.Serialization (2)
System.ServiceModel (2)
System.Windows.Forms (25)
System.Workflow.Runtime (1)
System.Xml (25)
System.Xml.Linq (1)
153 references to XmlNamespaceManager
PresentationBuildTasks (2)
PresentationFramework (16)
System.Activities.Core.Presentation (1)
System.Data.Entity.Design (1)
System.Data.Services.Design (5)
System.Data.SqlXml (2)
System.Runtime.Serialization (6)
System.ServiceModel (26)
System\ServiceModel\Dispatcher\QueryMatcher.cs (7)
334internal static OpcodeBlock CompileForExternalEngine(string expression, XmlNamespaceManager namespaces, object item, bool match)
401internal static OpcodeBlock CompileForInternalEngine(string xpath, XmlNamespaceManager nsManager, QueryCompilerFlags flags, IFunctionLibrary[] functionLibs, out ValueDataType returnType)
435internal static OpcodeBlock CompileForInternalEngine(string xpath, XmlNamespaceManager ns, QueryCompilerFlags flags, out ValueDataType returnType)
694internal void Compile(string expression, XmlNamespaceManager namespaces)
717internal void CompileForExternal(string xpath, XmlNamespaceManager names)
728internal void CompileForInternal(string xpath, XmlNamespaceManager names)
875internal void Add(string expression, XmlNamespaceManager names, object item, bool forceExternal)
System.ServiceModel.Routing (2)
System.Windows.Forms (38)
System.Workflow.Runtime (1)
System.Xml (52)
System\Xml\Core\XmlParserContext.cs (6)
17private XmlNamespaceManager _nsMgr = null;
27public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr,String xmlLang, XmlSpace xmlSpace)
33public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr,String xmlLang, XmlSpace xmlSpace, Encoding enc)
39public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, String docTypeName,
47public XmlParserContext(XmlNameTable nt, XmlNamespaceManager nsMgr, String docTypeName,
88public XmlNamespaceManager NamespaceManager {
System.Xml.Linq (1)