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