3 references to FixedSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
338if (growStyle == TableLayoutPanelGrowStyle.FixedSize) { 514if (growStyle == TableLayoutPanelGrowStyle.FixedSize) {
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
198if (!ClientUtils.IsEnumValid(value, (int)value, (int)TableLayoutPanelGrowStyle.FixedSize, (int)TableLayoutPanelGrowStyle.AddColumns)){