2 references to scrollTo
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (2)
401
htmlWindow.Value->
scrollTo
(x, y).ThrowOnFailure();
410
htmlWindow.Value->
scrollTo
(point.X, point.Y).ThrowOnFailure();