5 writes to ControlBox
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
298this.ControlBox = false;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
252base.ControlBox = value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5482this.ControlBox = false;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1092ControlBox = false; 1408ControlBox = false;
8 references to ControlBox
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (7)
3241bool showClose = ControlBox; 3892if (ControlBox || IsRestrictedWindow) { 3913if (HelpButton && !MaximizeBox && !MinimizeBox && ControlBox) { 5245if (!ControlBox && formState[FormStateIsTextEmpty] != newTextEmpty) 6693if (ActiveMdiChildInternal.ControlBox) { 7417if (IsMdiChild && !ControlBox) { 7422if (IsMdiChild && !ControlBox) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
249return base.ControlBox;