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