5 references to InterpolationMode
System.Drawing (1)
System.Drawing.cs (1)
38[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.InterpolationMode))]
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Internals\ScaleHelper.cs (4)
168InterpolationMode interpolationMode = InterpolationMode.HighQualityBicubic; 175interpolationMode = InterpolationMode.NearestNeighbor; 180interpolationMode = InterpolationMode.HighQualityBilinear;