2 references to MaxSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FontDialog.cs (2)
234if (maxSize != defaultMaxSize && actualSize > MaxSize) 235result = new Font(result.FontFamily, MaxSize, result.Style, GraphicsUnit.Point);