Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
18 references to AutoSize
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridView.cs (10)
1420using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.BorderStyle)) 1423if (!this.AutoSize) 2137using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.ColumnHeadersVisible)) 2142if (!this.AutoSize) 4276using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.RowHeadersVisible)) 4281if (!this.AutoSize) 4330using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.RowHeadersWidth)) 4335if (this.AutoSize) 4576using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.ScrollBars)) 4595if (!this.AutoSize)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
13750if (this.AutoSize && (dataGridViewColumn == null || dataGridViewColumn.Visible)) 14985if (this.AutoSize) 17986if (this.AutoSize) 26801using (LayoutTransaction.CreateTransactionIf(this.AutoSize, this.ParentInternal, this, PropertyNames.ColumnHeadersHeight)) 26807if (this.AutoSize) 29049if (this.AutoSize) 29093if (this.AutoSize) 29110if (this.AutoSize)