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