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