2 writes to Size
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\ColumnStyle.cs (1)
26
set =>
Size
= value;
System\Windows\Forms\Panels\TableLayoutPanel\RowStyle.cs (1)
26
set =>
Size
= value;
12 references to Size
System.Windows.Forms (12)
System\Windows\Forms\Layout\TableLayout.cs (9)
167
oldWidth = containerInfo.ColumnStyles[0].
Size
;
661
strip.MinSize = (int)Math.Round((double)styles[i].
Size
);
723
int constrainingHeight = (int)containerInfo.RowStyles[layoutInfo.RowStart].
Size
;
768
totalPercent += style.
Size
;
787
float percentageOfTotal = style.
Size
/ (float)totalPercent;
1034
Debug.Assert((strip.MinSize == style.
Size
), "absolutely sized strip's size should be set before we call ApplyStyles");
1037
totalPercent += style.
Size
;
1103
int stripSize = (int)(style.
Size
* totalPercentAllocatedSpace / totalPercent);
1133
int totalWidth = (int)Math.Round(((strip.MinSize * totalPercent) / style.
Size
));
System\Windows\Forms\Panels\TableLayoutPanel\ColumnStyle.cs (1)
25
get =>
Size
;
System\Windows\Forms\Panels\TableLayoutPanel\RowStyle.cs (1)
25
get =>
Size
;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.StyleConverter.cs (1)
38
new object[] { style.SizeType, style.
Size
});