3 references to SB_PAGEUP
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
420nAction = NativeMethods.SB_PAGEUP;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
532wParam = NativeMethods.SB_PAGEUP; 566if ((si.nPos == si.nMin) && (wParam == NativeMethods.SB_PAGEUP || wParam == NativeMethods.SB_LINEUP))