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