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