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