Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
3 overrides of AutoSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
76
public override bool
AutoSize
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
86
public override bool
AutoSize
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
30
public override bool
AutoSize
63 writes to AutoSize
PresentationUI (45)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
121
this.tableLayoutPanel3.
AutoSize
= true;
159
this.tableLayoutPanel1.
AutoSize
= true;
431
this.tableLayoutPanel2.
AutoSize
= true;
449
this.tableLayoutPanel4.
AutoSize
= true;
532
this._documentTable.
AutoSize
= true;
655
this._fileTable.
AutoSize
= true;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (3)
56
this._mainDialogTableLayoutPanel.
AutoSize
= true;
75
this._buttonFlowLayoutPanel.
AutoSize
= true;
114
this._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)
62
this._flowLayoutPanel1.
AutoSize
= true;
92
this._flowLayoutPanel2.
AutoSize
= true;
115
this._flowLayoutPanel3.
AutoSize
= true;
147
this._tableLayoutPanel1.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (3)
48
this.tableLayoutPanel1.
AutoSize
= true;
65
this.flowLayoutPanel2.
AutoSize
= true;
84
this.tableLayoutPanel2.
AutoSize
= true;
MS\Internal\Documents\RMPermissions.Designer.cs (6)
59
this.mainContentFlowPanel.
AutoSize
= true;
73
this.authenticatedAsFlowPanel.
AutoSize
= true;
93
this.permissionsFlowPanel.
AutoSize
= true;
106
this.contactFlowPanel.
AutoSize
= true;
127
this.expirationFlowPanel.
AutoSize
= true;
145
this.actionsFlowPanel.
AutoSize
= true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
75
this.flowLayoutPanelMain.
AutoSize
= true;
129
this.flowLayoutPanelUnrestricted.
AutoSize
= true;
138
this.flowLayoutPanelPermissions.
AutoSize
= true;
185
this.flowLayoutPanelPeople.
AutoSize
= true;
247
this.flowLayoutPanelContact.
AutoSize
= true;
272
this.flowLayoutPanelExpires.
AutoSize
= true;
298
this.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)
185
AutoSize
= true,
206
AutoSize
= true,
227
AutoSize
= true,
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
79
set => base.
AutoSize
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
89
set => base.
AutoSize
= value;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
33
set => base.
AutoSize
= value;
System\Windows\Forms\Panels\SplitterPanel.cs (1)
32
set => base.
AutoSize
= value;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
65
AutoSize
= 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)
172
control.
AutoSize
= value;
178
control.
AutoSize
= value;
184
control.
AutoSize
= !value;
195
AutoSize
= true
207
control.
AutoSize
= false;
212
control.
AutoSize
= false;
217
control.
AutoSize
= true;
223
control.
AutoSize
= false;
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
24
AutoSize
= true,
15 references to AutoSize
System.Windows.Forms (4)
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
78
get => base.
AutoSize
;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (1)
88
get => base.
AutoSize
;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
32
get => base.
AutoSize
;
System\Windows\Forms\Panels\SplitterPanel.cs (1)
31
get => base.
AutoSize
;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
27
Assert.False(control.
AutoSize
);
System.Windows.Forms.Tests (10)
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
27
Assert.False(control.
AutoSize
);
System\Windows\Forms\PanelTests.cs (8)
28
Assert.False(control.
AutoSize
);
173
Assert.Equal(value, control.
AutoSize
);
179
Assert.Equal(value, control.
AutoSize
);
185
Assert.Equal(!value, control.
AutoSize
);
208
Assert.False(control.
AutoSize
);
213
Assert.False(control.
AutoSize
);
218
Assert.True(control.
AutoSize
);
224
Assert.False(control.
AutoSize
);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
29
Assert.False(control.
AutoSize
);