1 write to nSizeMax
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
395
nSizeMax
= _maxSize == 0 ? int.MaxValue : _maxSize,
1 reference to nSizeMax
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
408
Debug.Assert(cf.nSizeMin <= cf.
nSizeMax
, "min and max font sizes are the wrong way around");