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)
391
control.
GrowStyle
= value;
397
control.
GrowStyle
= value;
408
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
GrowStyle
= value);
726
GrowStyle
= growStyle
963
GrowStyle
= growStyle
978
GrowStyle
= growStyle,
1001
GrowStyle
= growStyle
1023
GrowStyle
= growStyle,
1046
GrowStyle
= growStyle,
1066
GrowStyle
= growStyle,
1086
GrowStyle
= growStyle,
1106
GrowStyle
= growStyle,
1126
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)
83
Assert.Equal(TableLayoutPanelGrowStyle.AddRows, control.
GrowStyle
);
System.Windows.Forms.Tests (3)
System\Windows\Forms\TableLayoutPanelTests.cs (3)
83
Assert.Equal(TableLayoutPanelGrowStyle.AddRows, control.
GrowStyle
);
392
Assert.Equal(value, control.
GrowStyle
);
398
Assert.Equal(value, control.
GrowStyle
);