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