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