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