1 write to _fontDialog
System.Windows.Forms.Design (1)
System\Drawing\Design\FontEditor.cs (1)
26_fontDialog ??= new FontDialog
3 references to _fontDialog
System.Windows.Forms.Design (3)
System\Drawing\Design\FontEditor.cs (3)
35_fontDialog.Font = fontValue; 41if (_fontDialog.ShowDialog() == DialogResult.OK) 43return _fontDialog.Font;