13 writes to InterpolationMode
System.Drawing (1)
misc\DpiHelper.cs (1)
461graphics.InterpolationMode = InterpolationMode;
System.Web.DataVisualization (2)
Common\General\LegendColumns.cs (2)
2188 chartGraph.Graphics.InterpolationMode = InterpolationMode.HighQualityBicubic; 2204 chartGraph.Graphics.InterpolationMode = oldInterpolationMode;
System.Windows.Forms (1)
misc\DpiHelper.cs (1)
461graphics.InterpolationMode = InterpolationMode;
System.Windows.Forms.DataVisualization (2)
Common\General\LegendColumns.cs (2)
2188 chartGraph.Graphics.InterpolationMode = InterpolationMode.HighQualityBicubic; 2204 chartGraph.Graphics.InterpolationMode = oldInterpolationMode;
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerHelpers.cs (2)
238graphics.InterpolationMode = InterpolationMode.High; 251graphics.InterpolationMode = oldInterpolationMode;
AuthoringOM\Design\DesignerWidgets.cs (1)
3469graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
AuthoringOM\Design\WorkflowPrinting.cs (2)
113graphics.InterpolationMode = InterpolationMode.HighQualityBicubic; 143graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
AuthoringOM\Design\WorkflowView.cs (2)
1026e.Graphics.InterpolationMode = InterpolationMode.HighQualityBicubic; 1564viewPortGraphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
3 references to InterpolationMode
System.Web.DataVisualization (1)
Common\General\LegendColumns.cs (1)
2185 InterpolationMode oldInterpolationMode = chartGraph.Graphics.InterpolationMode;
System.Windows.Forms.DataVisualization (1)
Common\General\LegendColumns.cs (1)
2185 InterpolationMode oldInterpolationMode = chartGraph.Graphics.InterpolationMode;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
234InterpolationMode oldInterpolationMode = graphics.InterpolationMode;