3 references to CopyAndScaleToSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1315
image = ScaleHelper.
CopyAndScaleToSize
(image, s_normalButtonSize);
2107
Bitmap largeBitmap = ScaleHelper.
CopyAndScaleToSize
(originalBitmap, s_largeButtonSize);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1948
Bitmap scaledImage = ScaleHelper.
CopyAndScaleToSize
((Bitmap)image, scaledSize);