1 write to Font
System.Windows.Forms.Design (1)
System\Drawing\Design\FontEditor.cs (1)
35
_fontDialog.
Font
= fontValue;
6 references to Font
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (5)
16
[DefaultProperty(nameof(
Font
))]
384
LOGFONTW logFont =
Font
.ToLogicalFont(graphics);
448
/// Indicates whether the <see cref="
Font
"/> property should be persisted.
450
private bool ShouldSerializeFont() => !
Font
.Equals(Control.DefaultFont);
452
public override string ToString() => $"{base.ToString()}, Font: {
Font
}";
System.Windows.Forms.Design (1)
System\Drawing\Design\FontEditor.cs (1)
43
return _fontDialog.
Font
;