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