7 writes to ControlBox
PresentationUI (2)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
124
this.
ControlBox
= false;
MS\Internal\Documents\SigningProgress.Designer.cs (1)
59
ControlBox
= false;
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
55
ControlBox
= false;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
82
ControlBox
= false;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
149
set => base.
ControlBox
= value;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
23
ControlBox
= false;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
329
form.
ControlBox
= false;
10 references to ControlBox
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (7)
2903
bool showClose =
ControlBox
;
3535
if (
ControlBox
)
3562
if (HelpButton && !MaximizeBox && !MinimizeBox &&
ControlBox
)
4631
if (!
ControlBox
&& _formState[s_formStateIsTextEmpty] != newTextEmpty)
6250
if (ActiveMdiChildInternal is not null && maximized && ActiveMdiChildInternal.
ControlBox
)
6955
if (IsMdiChild && !
ControlBox
)
6962
if (IsMdiChild && !
ControlBox
)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
148
get => base.
ControlBox
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
61
Assert.True(control.
ControlBox
);
System\Windows\Forms\FormTests.cs (1)
60
Assert.True(control.
ControlBox
);