3 references to FontSmoothingType
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
595return SystemInformation.FontSmoothingType == 0x0002
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
185int contrast = SystemInformation.FontSmoothingType; 187Assert.Equal(contrast, SystemInformation.FontSmoothingType);