Base:
property
AutoSize
System.Windows.Forms.Control.AutoSize
3 overrides of AutoSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
68
public override bool
AutoSize
winforms\Managed\System\WinForms\TabPage.cs (1)
79
public override bool
AutoSize
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
102
public override bool
AutoSize
{
9 writes to AutoSize
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
108
this._wizardButtonsTableLayoutPanel.
AutoSize
= true;
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
76
base.
AutoSize
= value;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
283
tableLayoutPanel1.
AutoSize
= true;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
200
this.overarchingTableLayoutPanel.
AutoSize
= true;
220
this.buttonTableLayoutPanel.
AutoSize
= true;
259
this.pictureLabelTableLayoutPanel.
AutoSize
= true;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
73
base.
AutoSize
= value;
winforms\Managed\System\WinForms\TabPage.cs (1)
87
base.
AutoSize
= value;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
104
set { base.
AutoSize
= value; }
4 references to AutoSize
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
72
return base.
AutoSize
;
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
70
return base.
AutoSize
;
winforms\Managed\System\WinForms\TabPage.cs (1)
83
return base.
AutoSize
;
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
103
get { return base.
AutoSize
; }