Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
35 writes to AutoSize
PresentationUI (33)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
112this._okButton.AutoSize = true;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (4)
85this._cancelButton.AutoSize = true; 92this._okButton.AutoSize = true; 123this._addButton.AutoSize = true; 131this._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)
74this._nextButton.AutoSize = true; 83this._cancelButton.AutoSize = true; 169this._networkRadioButton.AutoSize = true; 190this._passportRadioButton.AutoSize = true;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
154this.closeButton.AutoSize = true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (9)
91this.radioButtonUnrestricted.AutoSize = true; 100this.radioButtonPermissions.AutoSize = true; 109this.radioButtonTemplate.AutoSize = true; 211this.buttonAddUser.AutoSize = true; 257this.checkBoxPermissionsContact.AutoSize = true; 282this.checkBoxValidUntil.AutoSize = true; 312this.buttonCancel.AutoSize = true; 320this.buttonSave.AutoSize = true; 327this.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)
159AutoSize = true, 171AutoSize = true,
13 references to AutoSize
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (7)
398LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.FlatStyle); 466LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Image); 489LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 745LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextAlign); 774LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.TextImageRelation); 797LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.Text); 1160using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text))
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (1)
336layout.Focus = Control.AutoSize ? Rectangle.Inflate(layout.CheckBounds, -2, -2) : layout.Field;
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
227layout.Focus = Control.AutoSize ? layout.CheckBounds : layout.Field;
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
75using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Appearance)) 149LayoutTransaction.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)
89using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Appearance))