2 references to SBS_HORZ
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
184
Scroll(amount, NativeMethods.
SBS_HORZ
);
564
int msg = (style == NativeMethods.
SBS_HORZ
) ? NativeMethods.WM_HSCROLL : NativeMethods.WM_VSCROLL;