32 references to WS_BORDER
System.Windows.Forms (28)
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)
312if (BorderStyle == BorderStyle.FixedSingle && ((cp.Style & (int)WINDOW_STYLE.WS_BORDER) != 0)) 314cp.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 (2)
418cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 427cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
325cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
222cp.Style &= ~(int)WINDOW_STYLE.WS_BORDER; 231cp.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)
3638cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3641cp.Style |= (int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.WS_THICKFRAME); 3644cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3648cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3652cp.Style |= (int)WINDOW_STYLE.WS_BORDER; 3656cp.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)
727style &= ~(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));
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Methods.cs (1)
10137cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\GroupBoxTests.cs (1)
952cp.Style |= (int)WINDOW_STYLE.WS_BORDER;
System\Windows\Forms\PanelTests.cs (1)
644cp.Style |= (int)WINDOW_STYLE.WS_BORDER;