3 references to SB_PAGEDOWN
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
422nAction = NativeMethods.SB_PAGEDOWN;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
530wParam = NativeMethods.SB_PAGEDOWN; 551if ((si.nPos == si.nMax) && (wParam == NativeMethods.SB_PAGEDOWN || wParam == NativeMethods.SB_LINEDOWN))