3 references to SmallCaptionFont
System.Drawing.Common (3)
System\Drawing\SystemFonts.cs (3)
39
else if (nameof(
SmallCaptionFont
).Equals(systemFontName))
41
return
SmallCaptionFont
;
82
smcaptionFont.SetSystemFontName(nameof(
SmallCaptionFont
));