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