14 writes to GrowStyle
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
189
this.tableLayoutPanel1.
GrowStyle
= System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
System.Windows.Forms.Tests (13)
System\Windows\Forms\TableLayoutPanelTests.cs (13)
389
control.
GrowStyle
= value;
395
control.
GrowStyle
= value;
406
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
GrowStyle
= value);
724
GrowStyle
= growStyle
961
GrowStyle
= growStyle
976
GrowStyle
= growStyle,
999
GrowStyle
= growStyle
1021
GrowStyle
= growStyle,
1044
GrowStyle
= growStyle,
1064
GrowStyle
= growStyle,
1084
GrowStyle
= growStyle,
1104
GrowStyle
= growStyle,
1124
GrowStyle
= growStyle,
7 references to GrowStyle
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
466
if (Table.
GrowStyle
== TableLayoutPanelGrowStyle.AddRows)
474
else if (Table.
GrowStyle
== TableLayoutPanelGrowStyle.AddColumns)
722
if (Table.
GrowStyle
!= TableLayoutPanelGrowStyle.FixedSize)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
81
Assert.Equal(TableLayoutPanelGrowStyle.AddRows, control.
GrowStyle
);
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutPanelTests.cs (3)
81
Assert.Equal(TableLayoutPanelGrowStyle.AddRows, control.
GrowStyle
);
390
Assert.Equal(value, control.
GrowStyle
);
396
Assert.Equal(value, control.
GrowStyle
);