4 references to XmlNamespaceManager
PresentationFramework (4)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (1)
222nsMgr = XmlDataProvider.XmlNamespaceManager;
src\Framework\MS\Internal\Data\XmlDataCollection.cs (1)
58_nsMgr = _xds.XmlNamespaceManager;
src\Framework\System\Windows\Data\XmlDataProvider.cs (2)
782if (XmlNamespaceManager != null) 784nodes = doc.SelectNodes(xpath, XmlNamespaceManager);