9 references to WS_HSCROLL
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
300cp.Style |= PInvoke.LBS_MULTICOLUMN | (int)WINDOW_STYLE.WS_HSCROLL; 304cp.Style |= (int)WINDOW_STYLE.WS_HSCROLL;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
640cp.Style |= currentStyle & (int)(WINDOW_STYLE.WS_HSCROLL | WINDOW_STYLE.WS_VSCROLL);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
293cp.Style |= (int)WINDOW_STYLE.WS_HSCROLL;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
311cp.Style |= (int)WINDOW_STYLE.WS_HSCROLL;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
316cp.Style |= currentStyle & (int)(WINDOW_STYLE.WS_HSCROLL | WINDOW_STYLE.WS_VSCROLL);
System\Windows\Forms\MDI\MDIClient.cs (1)
91cp.Style |= (int)(WINDOW_STYLE.WS_VSCROLL | WINDOW_STYLE.WS_HSCROLL);
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
163cp.Style |= (int)WINDOW_STYLE.WS_HSCROLL; 167cp.Style &= ~(int)WINDOW_STYLE.WS_HSCROLL;