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