4 references to WS_HSCROLL
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
508if (Misc.IsBitSet(style, NativeMethods.WS_VSCROLL) && Misc.IsBitSet(style, NativeMethods.WS_HSCROLL))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
114if ((sbFlag == NativeMethods.SB_HORZ && !Misc.IsBitSet(style, NativeMethods.WS_HSCROLL)) || 159bool hasScrollableStyle = Misc.IsBitSet(style, NativeMethods.WS_HSCROLL) || Misc.IsBitSet(style, NativeMethods.WS_VSCROLL);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
420return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.WS_HSCROLL);