5 references to SystemDefault
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
582if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)TextRenderingHint.SystemDefault, unchecked((int)TextRenderingHint.ClearTypeGridFit)))
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
1671 result = TextRenderingHint.SystemDefault;
System.Windows.Forms (1)
misc\GDI\WindowsFont.cs (1)
597case TextRenderingHint.SystemDefault:
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
1671 result = TextRenderingHint.SystemDefault;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
116graphics.TextRenderingHint = (textQuality == TextQuality.AntiAliased) ? TextRenderingHint.AntiAlias : TextRenderingHint.SystemDefault;