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