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