4 writes to MaxSize
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.cs (3)
662strip.MaxSize = strip.MinSize; 667strip.MaxSize = 0; 1051strip.MaxSize += cellBorderWidth;
System\Windows\Forms\Layout\TableLayout.MaxSizeProxy.cs (1)
13set { strip.MaxSize = value; }
2 references to MaxSize
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.cs (1)
1157int delta = Math.Min(strip.MaxSize - strip.MinSize, remainingSpace);
System\Windows\Forms\Layout\TableLayout.MaxSizeProxy.cs (1)
12get { return strip.MaxSize; }