3 references to IsFontSmoothingEnabled
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
589
if (!SystemInformation.
IsFontSmoothingEnabled
)
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
307
Assert.Equal(SystemInformation.
IsFontSmoothingEnabled
, SystemInformation.
IsFontSmoothingEnabled
);