2 types derived from SizeProxy
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1807
private class MinSizeProxy :
SizeProxy
{
1821
private class MaxSizeProxy :
SizeProxy
{
1 reference to SizeProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
882
private void xDistributeSize(IList styles, Strip[] strips, int start, int stop, int desiredLength,
SizeProxy
sizeProxy, int cellBorderWidth) {