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