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