10 writes to TextRenderingHint
System.Drawing (1)
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
150graphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
676 _graphics.TextRenderingHint = value;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
941textGraphics.TextRenderingHint = TextRenderingHint.AntiAlias;
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
676 _graphics.TextRenderingHint = value;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerHelpers.cs (2)
116graphics.TextRenderingHint = (textQuality == TextQuality.AntiAliased) ? TextRenderingHint.AntiAlias : TextRenderingHint.SystemDefault; 118graphics.TextRenderingHint = oldTextHint;
AuthoringOM\Design\DesignerWidgets.cs (3)
1268graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias; 1876e.Graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias; 1935graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
55graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
4 references to TextRenderingHint
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
672 return _graphics.TextRenderingHint;
System.Windows.Forms (1)
misc\GDI\WindowsFont.cs (1)
571switch (g.TextRenderingHint)
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
672 return _graphics.TextRenderingHint;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
115TextRenderingHint oldTextHint = graphics.TextRenderingHint;