2 types derived from SizeProxy
System.Windows.Forms (2)
System\Windows\Forms\Layout\TableLayout.MaxSizeProxy.cs (1)
8
private class MaxSizeProxy :
SizeProxy
System\Windows\Forms\Layout\TableLayout.MinSizeProxy.cs (1)
8
private class MinSizeProxy :
SizeProxy
1 reference to SizeProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.cs (1)
890
private static void xDistributeSize(TableLayoutStyleCollection styles, Strip[] strips, int start, int stop, int desiredLength,
SizeProxy
sizeProxy, int cellBorderWidth)