2 references to SetScrollPercent
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
46
bool isHorizontal =
SetScrollPercent
(hwnd, horizontalPercent, NativeMethods.SB_HORZ, out resultsNoCheck);
54
bool isVertical =
SetScrollPercent
(hwnd, verticalPercent, NativeMethods.SB_VERT, out resultsNoCheck);