Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
58 writes to AutoSize
PresentationUI (54)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (20)
228
this._titleLabel.
AutoSize
= true;
245
this._versionLabel.
AutoSize
= true;
253
this._authorLabel.
AutoSize
= true;
261
this._statusLabel.
AutoSize
= true;
269
this._contentLabel.
AutoSize
= true;
277
this._languageLabel.
AutoSize
= true;
285
this._subjectLabel.
AutoSize
= true;
302
this._categoryLabel.
AutoSize
= true;
337
this._keywordsLabel.
AutoSize
= true;
387
this._identifierLabel.
AutoSize
= true;
395
this._descriptionLabel.
AutoSize
= true;
511
this._sizeLabel.
AutoSize
= true;
595
this._documentPrintedLabel.
AutoSize
= true;
603
this._documentModifiedLabel.
AutoSize
= true;
611
this._documentCreatedLabel.
AutoSize
= true;
619
this._revisionLabel.
AutoSize
= true;
627
this._lastSavedLabel.
AutoSize
= true;
693
this._fileCreatedLabel.
AutoSize
= true;
701
this._fileModifiedLabel.
AutoSize
= true;
718
this._fileAccessedLabel.
AutoSize
= true;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
150
this._instructionLabel.
AutoSize
= true;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (4)
143
_signatureAppliedByDateLabel.
AutoSize
= true;
152
_requestSignerNameLabel.
AutoSize
= true;
161
_requestLocationLabel.
AutoSize
= true;
179
_intentLabel.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (5)
109
_label1.
AutoSize
= true;
119
_label2.
AutoSize
= true;
129
_label3.
AutoSize
= true;
139
_privacyLabel.
AutoSize
= true;
149
_instructionlabel.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
106
this._label1.
AutoSize
= true;
137
this._label2.
AutoSize
= true;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
75
this.label2.
AutoSize
= true;
101
this.label3.
AutoSize
= true;
MS\Internal\Documents\RMPermissions.cs (1)
184
AutoSize
= true,
MS\Internal\Documents\RMPermissions.Designer.cs (7)
82
this.authenticatedAsTextLabel.
AutoSize
= true;
87
this.authenticatedAsLabel.
AutoSize
= true;
101
this.permissionsHeldLabel.
AutoSize
= true;
115
this.requestFromTextLabel.
AutoSize
= true;
120
this.requestFromLabel.
AutoSize
= true;
135
this.expiresOnTextLabel.
AutoSize
= true;
140
this.expiresOnLabel.
AutoSize
= true;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
171
this.labelSelectTemplate.
AutoSize
= true;
MS\Internal\Documents\SignatureSummaryDialog.cs (6)
234
AutoSize
= true,
245
AutoSize
= true,
256
AutoSize
= true,
267
AutoSize
= true,
286
AutoSize
= true,
297
AutoSize
= true,
MS\Internal\Documents\SigningDialog.Designer.cs (4)
109
_signerlabel.
AutoSize
= true;
129
_reasonLabel.
AutoSize
= true;
147
_actionlabel.
AutoSize
= true;
156
_locationLabel.
AutoSize
= true;
MS\Internal\Documents\SigningProgress.Designer.cs (1)
41
_label.
AutoSize
= true;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
126
AutoSize
= true,
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
37
AutoSize
= true,
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.MethodLine.cs (1)
22
AutoSize
= false,
System\Windows\Forms\Design\FormatControl.cs (1)
355
thirdRowLabel.
AutoSize
= true;
18 references to AutoSize
System.Windows.Forms (18)
System\Windows\Forms\Controls\Labels\Label.cs (15)
104
if (
AutoSize
!= value)
153
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.AutoEllipsis);
220
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle);
223
if (
AutoSize
)
316
protected override Size DefaultSize => new(100,
AutoSize
? PreferredHeight : 23);
345
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.BorderStyle);
346
if (
AutoSize
)
558
LayoutTransaction.DoLayoutIf(
AutoSize
, ParentInternal, this, PropertyNames.ImageAlign);
785
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text))
824
if (!
AutoSize
&&
837
Size preferredSize = (
AutoSize
) ? PreferredSize : new Size(saveWidth, saveHeight);
1211
using (LayoutTransaction.CreateTransactionIf(
AutoSize
, ParentInternal, this, PropertyNames.Text))
1389
if (
AutoSize
&& SelfSizing)
1398
Debug.Assert(!
AutoSize
|| (
AutoSize
&& !SelfSizing) || Size == PreferredSize,
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (3)
161
if (_owner.
AutoSize
)
302
bool doLayout = _owner._links.Count > 0 && _owner.
AutoSize
;
343
if (_owner.
AutoSize
)