6 references to CreateResizedBitmap
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1545
Bitmap scaledBitmap = DpiHelper.
CreateResizedBitmap
(b, new Size(iconsWidth, iconsHeight));
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
202
Bitmap scaledBitmap = DpiHelper.
CreateResizedBitmap
(b, desiredSize);
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
1655
image = DpiHelper.
CreateResizedBitmap
(image, normalButtonSize);
2481
largeBitmap = DpiHelper.
CreateResizedBitmap
(transparentBitmap, largeButtonSize);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
331
Bitmap scaledBitmap = DpiHelper.
CreateResizedBitmap
(b, desiredSize);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
341
Bitmap scaledBitmap = DpiHelper.
CreateResizedBitmap
(b, desiredIconSize);