6 references to IsSystemFont
System.Drawing.Common.Tests (1)
System\Drawing\FontTests.cs (1)
871
Assert.False(font.
IsSystemFont
);
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1380
if (s_defaultFont.
IsSystemFont
)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
225
if (font is null || font.
IsSystemFont
|| !OsVersion.IsWindows10_1507OrGreater())
System.Windows.Forms.Tests (3)
System\Windows\Forms\ApplicationTests.cs (3)
271
sysFont.
IsSystemFont
.Should().BeTrue();
284
fakeSysFont.
IsSystemFont
.Should().BeTrue();
311
customFont.
IsSystemFont
.Should().BeFalse();