8 references to Name
System.Drawing.Common (6)
System\Drawing\Font.cs (3)
82
public string Name => FontFamily.
Name
;
261
$"[{GetType().Name}: Name={FontFamily.
Name
}, Size={_fontSize}, Units={(int)_fontUnit}, GdiCharSet={_gdiCharSet}, GdiVerticalFont={_gdiVerticalFont}]";
352
throw new ArgumentException(SR.Format(SR.GdiplusFontStyleNotFound, _fontFamily.
Name
, _fontStyle.ToString()));
System\Drawing\FontConverter.cs (2)
374
if (name.Equals(font.
Name
, StringComparison.OrdinalIgnoreCase))
428
values[i] = _fonts[i].
Name
;
System\Drawing\FontFamily.cs (1)
166
public override string ToString() => $"[{nameof(FontFamily)}: Name={
Name
}]";
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
68
string familyName = font.FontFamily.
Name
;
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
221
return new SWM.FontFamily(sdFamily.
Name
);