1 instantiation of MaxSizeProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (1)
1822
private static readonly MaxSizeProxy instance = new
MaxSizeProxy
();
3 references to MaxSizeProxy
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (3)
879
xDistributeSize(styles, strips, start, stop, max,
MaxSizeProxy
.GetInstance, cellBorderWidth);
1822
private static readonly
MaxSizeProxy
instance = new MaxSizeProxy();
1828
public static
MaxSizeProxy
GetInstance {