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