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