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