3 references to SB_PAGEDOWN
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
428
nAction = NativeMethods.
SB_PAGEDOWN
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
540
wParam = NativeMethods.
SB_PAGEDOWN
;
559
if ((si.nPos == si.nMax) && (wParam == NativeMethods.
SB_PAGEDOWN
|| wParam == NativeMethods.SB_LINEDOWN))