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)
958
sizeProxy.
Size
-= offset;
965
sizeProxy.
Size
+= missingLength;
994
sizeProxy.
Size
+= average;
4 references to Size
System.Windows.Forms (4)
System\Windows\Forms\Layout\TableLayout.cs (4)
906
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0)
912
currentLength += sizeProxy.
Size
;
957
int offset = Math.Min(sizeProxy.
Size
, missingLength);
985
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0)