Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
7 writes to AutoSize
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
55this._databaseConnectionGroupLabel.AutoSize = true; 114this._containerNameLabel.AutoSize = true;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
59this._entitySetLabel.AutoSize = true; 73this._entityTypeFilterLabel.AutoSize = true; 87this._selectLabel.AutoSize = true;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
268label1.AutoSize = true;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
171this.lblMessage.AutoSize = true;
18 references to AutoSize
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Label.cs (15)
143if (AutoSize != value) { 197LayoutTransaction.DoLayoutIf(AutoSize,ParentInternal, this, PropertyNames.AutoEllipsis); 294LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 296if (AutoSize) { 399return new Size(100, AutoSize ? PreferredHeight : 23); 431LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.BorderStyle); 432if (AutoSize) { 665LayoutTransaction.DoLayoutIf(AutoSize, ParentInternal, this, PropertyNames.ImageAlign); 999using (LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) { 1035if (!AutoSize && 1046Size preferredSize = (AutoSize) ? PreferredSize : new Size(saveWidth, saveHeight); 1481using(LayoutTransaction.CreateTransactionIf(AutoSize, ParentInternal, this, PropertyNames.Text)) { 1676if (AutoSize && SelfSizing) { 1684Debug.Assert(!AutoSize || (AutoSize && !SelfSizing) || Size == PreferredSize,
winforms\Managed\System\WinForms\LinkLabel.cs (3)
2155if (this.owner.AutoSize) { 2292bool doLayout = this.owner.links.Count > 0 && this.owner.AutoSize; 2337if (this.owner.AutoSize) {