Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
3 overrides of AutoSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
76public override bool AutoSize
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
86public override bool AutoSize
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
30public override bool AutoSize
63 writes to AutoSize
PresentationUI (45)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
121this.tableLayoutPanel3.AutoSize = true; 159this.tableLayoutPanel1.AutoSize = true; 431this.tableLayoutPanel2.AutoSize = true; 449this.tableLayoutPanel4.AutoSize = true; 532this._documentTable.AutoSize = true; 655this._fileTable.AutoSize = true;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (3)
56this._mainDialogTableLayoutPanel.AutoSize = true; 75this._buttonFlowLayoutPanel.AutoSize = true; 114this._listButtonFlowLayoutPanel.AutoSize = true;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (3)
57_buttomControlLayoutpanel.AutoSize = true; 94_userInputTableLayoutPanel.AutoSize = true; 197_mainDialogTableLayoutPanel.AutoSize = true;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (5)
63_panel1.AutoSize = true; 74_flowLayoutPanel2.AutoSize = true; 85_flowLayoutPanel3.AutoSize = true; 95_flowLayoutPanel4.AutoSize = true; 176_flowLayoutPanel1.AutoSize = true;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (4)
62this._flowLayoutPanel1.AutoSize = true; 92this._flowLayoutPanel2.AutoSize = true; 115this._flowLayoutPanel3.AutoSize = true; 147this._tableLayoutPanel1.AutoSize = true;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (3)
48this.tableLayoutPanel1.AutoSize = true; 65this.flowLayoutPanel2.AutoSize = true; 84this.tableLayoutPanel2.AutoSize = true;
MS\Internal\Documents\RMPermissions.Designer.cs (6)
59this.mainContentFlowPanel.AutoSize = true; 73this.authenticatedAsFlowPanel.AutoSize = true; 93this.permissionsFlowPanel.AutoSize = true; 106this.contactFlowPanel.AutoSize = true; 127this.expirationFlowPanel.AutoSize = true; 145this.actionsFlowPanel.AutoSize = true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
75this.flowLayoutPanelMain.AutoSize = true; 129this.flowLayoutPanelUnrestricted.AutoSize = true; 138this.flowLayoutPanelPermissions.AutoSize = true; 185this.flowLayoutPanelPeople.AutoSize = true; 247this.flowLayoutPanelContact.AutoSize = true; 272this.flowLayoutPanelExpires.AutoSize = true; 298this.flowLayoutPanelActions.AutoSize = true;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (4)
74_flowpanelMiddleControls.AutoSize = true; 87_flowpanelBottomControls.AutoSize = true; 139_columnHeaderPanel.AutoSize = true; 183_mainLayoutTable.AutoSize = true;
MS\Internal\Documents\SigningDialog.Designer.cs (4)
61_userInputFlowPanel.AutoSize = true; 70_signatureControlInputLayoutTable.AutoSize = true; 179_buttonflowLayoutPanel.AutoSize = true; 237_mainLayoutTable.AutoSize = true;
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
185AutoSize = true, 206AutoSize = true, 227AutoSize = true,
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
79set => base.AutoSize = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
89set => base.AutoSize = value;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
33set => base.AutoSize = value;
System\Windows\Forms\Panels\SplitterPanel.cs (1)
32set => base.AutoSize = value;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
65AutoSize = true,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
394_sizeTypeTableLayoutPanel.AutoSize = true;
System.Windows.Forms.Tests (8)
System\Windows\Forms\PanelTests.cs (8)
172control.AutoSize = value; 178control.AutoSize = value; 184control.AutoSize = !value; 195AutoSize = true 207control.AutoSize = false; 212control.AutoSize = false; 217control.AutoSize = true; 223control.AutoSize = false;
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
24AutoSize = true,
15 references to AutoSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
78get => base.AutoSize;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
88get => base.AutoSize;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
32get => base.AutoSize;
System\Windows\Forms\Panels\SplitterPanel.cs (1)
31get => base.AutoSize;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
27Assert.False(control.AutoSize);
System.Windows.Forms.Tests (10)
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
27Assert.False(control.AutoSize);
System\Windows\Forms\PanelTests.cs (8)
28Assert.False(control.AutoSize); 173Assert.Equal(value, control.AutoSize); 179Assert.Equal(value, control.AutoSize); 185Assert.Equal(!value, control.AutoSize); 208Assert.False(control.AutoSize); 213Assert.False(control.AutoSize); 218Assert.True(control.AutoSize); 224Assert.False(control.AutoSize);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
29Assert.False(control.AutoSize);