2 writes to TextRenderingHint
System.Drawing.Common (1)
System\Drawing\Printing\PreviewPrintController.cs (1)
95_graphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
923textGraphics.TextRenderingHint = TextRenderingHint.AntiAlias;
2 references to TextRenderingHint
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1880/// pass <see cref="StringFormat.GenericTypographic"/>. Also, ensure the <see cref="TextRenderingHint"/> for
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
573return g.TextRenderingHint switch