32 references to WS_BORDER
System.Windows.Forms (28)
System\Windows\Forms\Controls\Labels\Label.cs (1)
292
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
294
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
666
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
206
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
72
cp.Style |= unchecked((int)(WINDOW_STYLE.WS_POPUP | WINDOW_STYLE.
WS_BORDER
));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
27
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
312
if (BorderStyle == BorderStyle.FixedSingle && ((cp.Style & (int)WINDOW_STYLE.
WS_BORDER
) != 0))
314
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
209
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
218
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
418
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
427
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
325
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
222
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
231
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
82
cp.Style &= ~(int)(WINDOW_STYLE.
WS_BORDER
| WINDOW_STYLE.WS_OVERLAPPED | WINDOW_STYLE.WS_DLGFRAME);
System\Windows\Forms\Form.cs (6)
3638
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
3641
cp.Style |= (int)(WINDOW_STYLE.
WS_BORDER
| WINDOW_STYLE.WS_THICKFRAME);
3644
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
3648
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
3652
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
3656
cp.Style |= (int)(WINDOW_STYLE.
WS_BORDER
| WINDOW_STYLE.WS_THICKFRAME);
System\Windows\Forms\Panels\Panel.cs (2)
123
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
133
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
121
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
727
style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\UserControl.cs (2)
159
cp.Style &= ~(int)WINDOW_STYLE.
WS_BORDER
;
169
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
63
cp.Style |= unchecked((int)(WINDOW_STYLE.WS_POPUP | WINDOW_STYLE.
WS_BORDER
));
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Methods.cs (1)
10137
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\GroupBoxTests.cs (1)
952
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;
System\Windows\Forms\PanelTests.cs (1)
644
cp.Style |= (int)WINDOW_STYLE.
WS_BORDER
;