3 references to ScrollCursor
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (3)
72bool fHz = ScrollCursor(hwnd, HorizontalAmount, NativeMethods.SB_HORZ, fForceResults); 73bool fVt = ScrollCursor (hwnd, VerticalAmount, NativeMethods.SB_VERT, fForceResults); 343fRet = ScrollCursor(hwnd, amount, sbFlag, forceResults);