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