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