10 references to HighQualityBicubic
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (1)
716
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), unchecked((int)InterpolationMode.Invalid), unchecked((int)InterpolationMode.
HighQualityBicubic
)))
misc\DpiHelper.cs (1)
447
interpolationMode = InterpolationMode.
HighQualityBicubic
;
System.Web.DataVisualization (1)
Common\General\LegendColumns.cs (1)
2188
chartGraph.Graphics.InterpolationMode = InterpolationMode.
HighQualityBicubic
;
System.Windows.Forms (1)
misc\DpiHelper.cs (1)
447
interpolationMode = InterpolationMode.
HighQualityBicubic
;
System.Windows.Forms.DataVisualization (1)
Common\General\LegendColumns.cs (1)
2188
chartGraph.Graphics.InterpolationMode = InterpolationMode.
HighQualityBicubic
;
System.Workflow.ComponentModel (5)
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
;