2 references to UseCompatibleTextRendering
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
623
if (Control.
UseCompatibleTextRendering
) { // Draw text using GDI+
1556
layout.useCompatibleTextRendering = Control.
UseCompatibleTextRendering
;