Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
13 writes to AutoSize
System.Web.Entity.Design (9)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
82
this._namedConnectionRadioButton.
AutoSize
= true;
99
this._connectionStringRadioButton.
AutoSize
= true;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
120
this._enableInsertCheckBox.
AutoSize
= true;
129
this._enableUpdateCheckBox.
AutoSize
= true;
138
this._enableDeleteCheckBox.
AutoSize
= true;
System\Data\WebControls\Design\Util\WizardForm.cs (4)
133
this._previousButton.
AutoSize
= true;
153
this._nextButton.
AutoSize
= true;
172
this._finishButton.
AutoSize
= true;
192
this._cancelButton.
AutoSize
= true;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
275
button1.
AutoSize
= true;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
238
this.okBtn.
AutoSize
= true;
248
this.cancelBtn.
AutoSize
= true;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
87
this.themeLocationButton.
AutoSize
= true;
13 references to AutoSize
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ButtonBase.cs (7)
288
LayoutTransaction.DoLayoutIf(
AutoSize
,ParentInternal, this, PropertyNames.FlatStyle);
358
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Image);
387
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.ImageAlign);
668
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.TextAlign);
694
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.TextImageRelation);
716
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Text);
1056
using(LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text)) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
283
layout.focus = Control.
AutoSize
? Rectangle.Inflate(layout.checkBounds, -2, -2) : layout.field;
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (1)
203
layout.focus = Control.
AutoSize
? layout.checkBounds : layout.field;
winforms\Managed\System\WinForms\CheckBox.cs (2)
122
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, this.ParentInternal, this, PropertyNames.Appearance)) {
198
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.CheckAlign);
winforms\Managed\System\WinForms\FlatButtonAppearance.cs (1)
56
LayoutTransaction.DoLayoutIf(owner.
AutoSize
, owner.ParentInternal, owner, PropertyNames.FlatAppearanceBorderSize);
winforms\Managed\System\WinForms\RadioButton.cs (1)
135
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, this.ParentInternal, this, PropertyNames.Appearance)) {