3 references to PropUseCompatibleTextRendering
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
4322if (Properties.ContainsInteger(PropUseCompatibleTextRendering)){ 4324int value = Properties.GetInteger(PropUseCompatibleTextRendering, out found); 4334Properties.SetInteger(PropUseCompatibleTextRendering, value ? 1 : 0);