4 references to Scroll
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
653
fScrollSuccess =
Scroll
(_hwnd, (IntPtr)dx, (IntPtr)dy);
669
Scroll
(_hwnd, (IntPtr)dx, (IntPtr)dy);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
114
if (WindowsListView.
Scroll
(_hwnd, (IntPtr) dx, (IntPtr) dy))
139
WindowsListView.
Scroll
(_hwnd, (IntPtr) dx, (IntPtr) dy);