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