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