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))] 384LOGFONTW logFont = Font.ToLogicalFont(graphics); 448/// Indicates whether the <see cref="Font"/> property should be persisted. 450private bool ShouldSerializeFont() => !Font.Equals(Control.DefaultFont); 452public override string ToString() => $"{base.ToString()}, Font: {Font}";
System.Windows.Forms.Design (1)
System\Drawing\Design\FontEditor.cs (1)
43return _fontDialog.Font;