4 references to Scroll
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
639
fScrollSuccess =
Scroll
(_hwnd, (IntPtr)dx, (IntPtr)dy);
655
Scroll
(_hwnd, (IntPtr)dx, (IntPtr)dy);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
104
if (WindowsListView.
Scroll
(_hwnd, (IntPtr) dx, (IntPtr) dy))
129
WindowsListView.
Scroll
(_hwnd, (IntPtr) dx, (IntPtr) dy);