4 writes to _font
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (4)
154
set =>
_font
= value;
369
_font
= null;
378
private 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)
139
Font? result =
_font
?? Control.DefaultFont;