1 override of GetElementsByTagName
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
3025
public override XmlNodeList
GetElementsByTagName
(string name)
5 references to GetElementsByTagName
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
98
XmlNodeList entryPointList = manifestDocument.
GetElementsByTagName
(c_entryPoint);
System.Data.Common (1)
System\Xml\XmlDataDocument.cs (1)
3030
XmlNodeList tempNodeList = base.
GetElementsByTagName
(name);
System.Windows.Forms (3)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettingsTypeConverter.cs (3)
54
ParseControls(settings, tableLayoutSettingsXml.
GetElementsByTagName
("Control"));
55
ParseStyles(settings, tableLayoutSettingsXml.
GetElementsByTagName
("Columns"), /*isColumn=*/true);
56
ParseStyles(settings, tableLayoutSettingsXml.
GetElementsByTagName
("Rows"), /*isColumn=*/false);