4 references to setAttribute
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
665
htmlElement.Value->
setAttribute
(name, variantValue, 0).ThrowOnFailure();
System.Windows.Forms.Tests (3)
System\Windows\Forms\HtmlElementTests.cs (3)
685
iHTMLElement.Value->
setAttribute
(name, variantId, 0);
1873
iHTMLElement.Value->
setAttribute
(id, attribute, 1);
1876
iHTMLElement.Value->
setAttribute
(customAttribute, value, 1);