2 overrides of Size
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1809
public override int
Size
{
1823
public override int
Size
{
3 writes to Size
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
934
sizeProxy.
Size
-= offset;
940
sizeProxy.
Size
+= missingLength;
962
sizeProxy.
Size
+= average;
4 references to Size
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (4)
895
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0) {
899
currentLength += sizeProxy.
Size
;
933
int offset = Math.Min(sizeProxy.
Size
, missingLength);
956
if (!IsAbsolutelySized(i, styles) && sizeProxy.
Size
== 0) {