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