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