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