4 references to AntiAlias
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
1881/// the <see cref="Graphics"/> is <see cref="TextRenderingHint.AntiAlias"/>.
System\Drawing\Printing\PreviewPrintController.cs (1)
95_graphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
923textGraphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System\Windows\Forms\Rendering\TextRenderer.cs (1)
576TextRenderingHint.AntiAliasGridFit or TextRenderingHint.AntiAlias => FONT_QUALITY.ANTIALIASED_QUALITY,