2 references to IsSystemFont
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1574
if (s_defaultFont.
IsSystemFont
)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
231
if (font is null || font.
IsSystemFont
|| !OsVersion.IsWindows10_1507OrGreater())