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