30 references to InterpolationMode
System.Drawing (12)
commonui\System\Drawing\Graphics.cs (5)
701
public
InterpolationMode
InterpolationMode {
711
return(
InterpolationMode
)mode;
716
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), unchecked((int)
InterpolationMode
.Invalid), unchecked((int)
InterpolationMode
.HighQualityBicubic)))
718
throw new InvalidEnumArgumentException("value", unchecked((int)value), typeof(
InterpolationMode
));
misc\DpiHelper.cs (7)
46
private static
InterpolationMode
interpolationMode =
InterpolationMode
.Invalid;
423
private static
InterpolationMode
InterpolationMode
427
if (interpolationMode ==
InterpolationMode
.Invalid)
439
interpolationMode =
InterpolationMode
.NearestNeighbor;
443
interpolationMode =
InterpolationMode
.HighQualityBilinear;
447
interpolationMode =
InterpolationMode
.HighQualityBicubic;
System.Web.DataVisualization (2)
Common\General\LegendColumns.cs (2)
2185
InterpolationMode
oldInterpolationMode = chartGraph.Graphics.InterpolationMode;
2188
chartGraph.Graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
System.Windows.Forms (7)
misc\DpiHelper.cs (7)
46
private static
InterpolationMode
interpolationMode =
InterpolationMode
.Invalid;
423
private static
InterpolationMode
InterpolationMode
427
if (interpolationMode ==
InterpolationMode
.Invalid)
439
interpolationMode =
InterpolationMode
.NearestNeighbor;
443
interpolationMode =
InterpolationMode
.HighQualityBilinear;
447
interpolationMode =
InterpolationMode
.HighQualityBicubic;
System.Windows.Forms.DataVisualization (2)
Common\General\LegendColumns.cs (2)
2185
InterpolationMode
oldInterpolationMode = chartGraph.Graphics.InterpolationMode;
2188
chartGraph.Graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
System.Workflow.ComponentModel (7)
AuthoringOM\Design\DesignerHelpers.cs (2)
234
InterpolationMode
oldInterpolationMode = graphics.InterpolationMode;
238
graphics.InterpolationMode =
InterpolationMode
.High;
AuthoringOM\Design\DesignerWidgets.cs (1)
3469
graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
AuthoringOM\Design\WorkflowPrinting.cs (2)
113
graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
143
graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
AuthoringOM\Design\WorkflowView.cs (2)
1026
e.Graphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;
1564
viewPortGraphics.InterpolationMode =
InterpolationMode
.HighQualityBicubic;