4 writes to _font
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (4)
154set => _font = value; 369_font = null; 378private void ResetFont() => _font = null; 470_font = ControlPaint.FontInPoints(fontInWorldUnits);
1 reference to _font
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
139Font? result = _font ?? Control.DefaultFont;