5 references to get_bgColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
177
htmlDoc2.Value->
get_bgColor
(&color).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLDocument2.g.cs (2)
725
/// <inheritdoc cref="
get_bgColor
(winmdroot.System.Variant.VARIANT*)"/>
730
winmdroot.Foundation.HRESULT __result = this.
get_bgColor
(pLocal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlDocumentTests.cs (2)
346
Assert.True(iHTMLDocument2.Value->
get_bgColor
(&color).Succeeded);
353
Assert.True(iHTMLDocument2.Value->
get_bgColor
(&color2).Succeeded);