6 references to get_scrollTop
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
412htmlElement2.Value->get_scrollTop(&scrollTop).ThrowOnFailure(); 442htmlElement2.Value->get_scrollTop(&scrollTop).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLElement2.g.cs (2)
2265 /// <inheritdoc cref="get_scrollTop(int*)"/> 2270 winmdroot.Foundation.HRESULT __result = this.get_scrollTop(pLocal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlElementTests.cs (2)
1223Assert.True(iHTMLElement2.Value->get_scrollTop(&scrollTop).Succeeded); 1229Assert.True(iHTMLElement2.Value->get_scrollTop(&scrollTop).Succeeded);