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