10 references to SelectNodes
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
772supportedRuntimes = startupNode.SelectNodes("supportedRuntime");
PresentationFramework (3)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (1)
519nodes = ContextNode.SelectNodes(XPath);
src\Framework\MS\Internal\IO\Packaging\XmlFixedPageInfo.cs (1)
141_nodeList = _pageNode.SelectNodes(glyphRunQuery);
src\Framework\System\Windows\Data\XmlDataProvider.cs (1)
788nodes = doc.SelectNodes(xpath);
System.Web (3)
UI\WebControls\XmlDataSourceView.cs (2)
48nodes = root.SelectNodes(_owner.XPath); 52nodes = root.SelectNodes("/node()/node()");
UI\WebControls\XmlHierarchicalDataSourceView.cs (1)
53nodes = root.SelectNodes(_owner.XPath);
System.Windows.Forms (1)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
2018XmlNodeList nodes = (namespaceManager != null) ? parentNode.SelectNodes(xPath, namespaceManager) : parentNode.SelectNodes(xPath);
System.Xml (1)
System\Xml\Dom\XmlNode.cs (1)
45XmlNodeList list = SelectNodes(xpath);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CustomSignedXml.cs (1)
172XmlNodeList nodeList = element.SelectNodes(".//*[@Id='" + idValue + "']");