30 references to WS_BORDER
System.Windows.Forms (29)
System\Windows\Forms\Controls\Labels\Label.cs (1)
292cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
294cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
666cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
206cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
72cp.Style |= unchecked((int)(WINDOW_STYLE.WS_POPUP | WINDOW_STYLE.WS_BORDER));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
27cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
314&& ((cp.Style & (int)WINDOW_STYLE.WS_BORDER) != 0)) 316cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
209cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 218cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (3)
446cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 456cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 476cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
356cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
237cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 247cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
82cp.Style &= ~(int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.WS_OVERLAPPED | WINDOW_STYLE.WS_DLGFRAME);
System\Windows\Forms\Form.cs (6)
3641cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3644cp.Style |= (int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.WS_THICKFRAME); 3647cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3651cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3655cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3659cp.Style |= (int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.WS_THICKFRAME);
System\Windows\Forms\Panels\Panel.cs (2)
123cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 133cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
121cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
731style &= ~(int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\UserControl.cs (2)
159cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 169cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
63cp.Style |= unchecked((int)(WINDOW_STYLE.WS_POPUP | WINDOW_STYLE.WS_BORDER));