3 writes to FaceName
System.Windows.Forms (3)
System\Windows\Forms\Rendering\FontCache.Data.cs (3)
98FaceName = familyName, 108logFont.FaceName = DefaultFaceName; 116logFont.FaceName = DefaultFaceName;
4 references to FaceName
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2752FaceName = logFont.FaceName
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
423if (!logFont.FaceName.IsEmpty)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
106if (logFont.FaceName.IsEmpty)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
881private static string GetFontName(LOGFONTW logfont) => logfont.FaceName.ToString();