2 overrides of Size
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.MaxSizeProxy.cs (1)
10
public override int
Size
System\Windows\Forms\Layout\TableLayout.MinSizeProxy.cs (1)
10
public override int
Size
3 writes to Size
System.Windows.Forms (3)
System\Windows\Forms\Layout\TableLayout.cs (3)
956
sizeProxy.
Size
-= offset;
963
sizeProxy.
Size
+= missingLength;
992
sizeProxy.
Size
+= average;
4 references to Size
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.cs (4)
904
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0)
910
currentLength += sizeProxy.
Size
;
955
int offset = Math.Min(sizeProxy.
Size
, missingLength);
983
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0)