9 references to AntiAlias
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (1)
638
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), unchecked((int)SmoothingMode.Invalid), unchecked((int)SmoothingMode.
AntiAlias
)))
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
151
graphics.SmoothingMode = SmoothingMode.
AntiAlias
;
System.Web.DataVisualization (3)
Common\General\ChartGraphics.cs (2)
770
this.SmoothingMode = SmoothingMode.
AntiAlias
;
5649
this.SmoothingMode = SmoothingMode.
AntiAlias
;
Common\General\LegendColumns.cs (1)
2186
chartGraph.SmoothingMode = SmoothingMode.
AntiAlias
;
System.Windows.Forms.DataVisualization (3)
Common\General\ChartGraphics.cs (2)
770
this.SmoothingMode = SmoothingMode.
AntiAlias
;
5649
this.SmoothingMode = SmoothingMode.
AntiAlias
;
Common\General\LegendColumns.cs (1)
2186
chartGraph.SmoothingMode = SmoothingMode.
AntiAlias
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
462
graphics.SmoothingMode = SmoothingMode.
AntiAlias
;