10 references to WS_HSCROLL
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ListBox.cs (2)
354
cp.Style |= NativeMethods.LBS_MULTICOLUMN | NativeMethods.
WS_HSCROLL
;
357
cp.Style |= NativeMethods.
WS_HSCROLL
;
winforms\Managed\System\WinForms\ListView.cs (1)
689
cp.Style |= (currentStyle & (NativeMethods.
WS_HSCROLL
| NativeMethods.WS_VSCROLL));
winforms\Managed\System\WinForms\MDIClient.cs (1)
118
cp.Style |= NativeMethods.WS_VSCROLL | NativeMethods.
WS_HSCROLL
;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
172
cp.Style |= NativeMethods.
WS_HSCROLL
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
408
cp.Style |= NativeMethods.
WS_HSCROLL
;
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
236
cp.Style |= NativeMethods.
WS_HSCROLL
;
239
cp.Style &= (~NativeMethods.
WS_HSCROLL
);
winforms\Managed\System\WinForms\TextBox.cs (1)
353
cp.Style |= NativeMethods.
WS_HSCROLL
;
winforms\Managed\System\WinForms\TreeView.cs (1)
359
cp.Style |= (currentStyle & (NativeMethods.
WS_HSCROLL
| NativeMethods.WS_VSCROLL));