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