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