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