6 references to get_disabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
139htmlElement3.Value->get_disabled(&disabled).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLElement3.g.cs (2)
624 /// <inheritdoc cref="get_disabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 629 winmdroot.Foundation.HRESULT __result = this.get_disabled(pLocal);
System.Windows.Forms.Tests (3)
System\Windows\Forms\HtmlElementTests.cs (3)
253Assert.True(iHTMLElement3.Value->get_disabled(&disabled).Succeeded); 260Assert.True(iHTMLElement3.Value->get_disabled(&disabled2).Succeeded); 267Assert.True(iHTMLElement3.Value->get_disabled(&disabled3).Succeeded);