2 references to GetAttribute
System.Windows.Forms (2)
winforms\Managed\System\WinForms\HtmlElement.cs (1)
260return this.GetAttribute("Name");
winforms\Managed\System\WinForms\HtmlElementCollection.cs (1)
119if (element.GetAttribute("name") == name) {