5 references to WS_VSCROLL
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
508
if (Misc.IsBitSet(style, NativeMethods.
WS_VSCROLL
) && Misc.IsBitSet(style, NativeMethods.WS_HSCROLL))
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
702
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_VSCROLL
))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
115
(sbFlag == NativeMethods.SB_VERT && !Misc.IsBitSet(style, NativeMethods.
WS_VSCROLL
)))
159
bool hasScrollableStyle = Misc.IsBitSet(style, NativeMethods.WS_HSCROLL) || Misc.IsBitSet(style, NativeMethods.
WS_VSCROLL
);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
415
return Misc.IsBitSet(Misc.GetWindowStyle(hwnd), NativeMethods.
WS_VSCROLL
);