3 overrides of AutoSizeMode
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
97
public override AutoSizeMode
AutoSizeMode
{
winforms\Managed\System\WinForms\TabPage.cs (1)
66
public override AutoSizeMode
AutoSizeMode
{
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
50
public override AutoSizeMode
AutoSizeMode
{
6 writes to AutoSizeMode
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
201
this.overarchingTableLayoutPanel.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
260
this.pictureLabelTableLayoutPanel.
AutoSizeMode
= Forms.AutoSizeMode.GrowOnly;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
212
this.tableLayoutPanel.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (3)
186
this.tableLayoutPanelOuter.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
204
this.warningTextTableLayoutPanel.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;
285
this.tableLayoutPanelInfo.
AutoSizeMode
= System.Windows.Forms.AutoSizeMode.GrowAndShrink;