1 write to GrowStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (1)
195
containerInfo.
GrowStyle
= value;
4 references to GrowStyle
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (1)
55
_growStyle = containerInfo.
GrowStyle
;
System\Windows\Forms\Layout\TableLayout.cs (1)
253
TableLayoutPanelGrowStyle growStyle = containerInfo.
GrowStyle
;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (2)
185
get => TableLayout.GetContainerInfo(Owner!).
GrowStyle
;
193
if (containerInfo.
GrowStyle
!= value)