2 writes to nSizeMax
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FontDialog.cs (2)
604cf.nSizeMax = Int32.MaxValue; 607cf.nSizeMax = maxSize;
1 reference to nSizeMax
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FontDialog.cs (1)
609Debug.Assert(cf.nSizeMin <= cf.nSizeMax, "min and max font sizes are the wrong way around");