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