4 references to WS_HSCROLL
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
509if (Misc.IsBitSet(style, NativeMethods.WS_VSCROLL) && Misc.IsBitSet(style, NativeMethods.WS_HSCROLL))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
124if ((sbFlag == NativeMethods.SB_HORZ && !Misc.IsBitSet(style, NativeMethods.WS_HSCROLL)) || 169bool hasScrollableStyle = Misc.IsBitSet(style, NativeMethods.WS_HSCROLL) || Misc.IsBitSet(style, NativeMethods.WS_VSCROLL);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
435return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.WS_HSCROLL);