3 references to ScrollCursor
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (3)
78bool fHz = ScrollCursor(hwnd, HorizontalAmount, NativeMethods.SB_HORZ, fForceResults); 79bool fVt = ScrollCursor (hwnd, VerticalAmount, NativeMethods.SB_VERT, fForceResults); 349fRet = ScrollCursor(hwnd, amount, sbFlag, forceResults);