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