Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
35 writes to AutoSize
PresentationUI (33)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
112
this._okButton.
AutoSize
= true;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (4)
85
this._cancelButton.
AutoSize
= true;
92
this._okButton.
AutoSize
= true;
123
this._addButton.
AutoSize
= true;
131
this._removeButton.
AutoSize
= true;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
69
_addButton.
AutoSize
= true;
79
_cancelButton.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (2)
187
_nextButton.
AutoSize
= true;
196
_cancelButton.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (4)
74
this._nextButton.
AutoSize
= true;
83
this._cancelButton.
AutoSize
= true;
169
this._networkRadioButton.
AutoSize
= true;
190
this._passportRadioButton.
AutoSize
= true;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
154
this.closeButton.
AutoSize
= true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (9)
91
this.radioButtonUnrestricted.
AutoSize
= true;
100
this.radioButtonPermissions.
AutoSize
= true;
109
this.radioButtonTemplate.
AutoSize
= true;
211
this.buttonAddUser.
AutoSize
= true;
257
this.checkBoxPermissionsContact.
AutoSize
= true;
282
this.checkBoxValidUntil.
AutoSize
= true;
312
this.buttonCancel.
AutoSize
= true;
320
this.buttonSave.
AutoSize
= true;
327
this.buttonSaveAs.
AutoSize
= true;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (5)
56
_buttonDone.
AutoSize
= true;
99
_buttonSign.
AutoSize
= true;
108
_buttonViewCert.
AutoSize
= true;
118
_buttonRequestDelete.
AutoSize
= true;
127
_buttonRequestAdd.
AutoSize
= true;
MS\Internal\Documents\SigningDialog.Designer.cs (5)
100
_addDigSigCheckBox.
AutoSize
= true;
118
_addDocPropCheckBox.
AutoSize
= true;
197
_cancelButton.
AutoSize
= true;
211
_signButton.
AutoSize
= true;
225
_signSaveAsButton.
AutoSize
= true;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (2)
159
AutoSize
= true,
171
AutoSize
= true,
13 references to AutoSize
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (7)
398
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.FlatStyle);
466
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Image);
489
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.ImageAlign);
745
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.TextAlign);
774
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.TextImageRelation);
797
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.Text);
1160
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
336
layout.Focus = Control.
AutoSize
? Rectangle.Inflate(layout.CheckBounds, -2, -2) : layout.Field;
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
227
layout.Focus = Control.
AutoSize
? layout.CheckBounds : layout.Field;
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
75
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Appearance))
149
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.CheckAlign);
System\Windows\Forms\Controls\Buttons\FlatButtonAppearance.cs (1)
45
_owner.
AutoSize
,
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
89
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Appearance))