6 references to get_scrollLeft
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
411htmlElement2.Value->get_scrollLeft(&scrollLeft).ThrowOnFailure(); 426htmlElement2.Value->get_scrollLeft(&scrollLeft).ThrowOnFailure();
System.Windows.Forms.Primitives (2)
Windows.Win32.IHTMLElement2.g.cs (2)
2325 /// <inheritdoc cref="get_scrollLeft(int*)"/> 2330 winmdroot.Foundation.HRESULT __result = this.get_scrollLeft(pLocal);
System.Windows.Forms.Tests (2)
System\Windows\Forms\HtmlElementTests.cs (2)
1133Assert.True(iHTMLElement2.Value->get_scrollLeft(&scrollLeft).Succeeded); 1139Assert.True(iHTMLElement2.Value->get_scrollLeft(&scrollLeft).Succeeded);