4 references to CreateResizedBitmap
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
206
Bitmap bitmap =
CreateResizedBitmap
("Arrow", DownArrowIconWidth, DownArrowIconHeight);
247
Image =
CreateResizedBitmap
("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight)
5154
_dialogButton.Image =
CreateResizedBitmap
("dotdotdot", DotDotDotIconWidth, DotDotDotIconHeight);
5160
_dropDownButton.Image =
CreateResizedBitmap
("Arrow", DownArrowIconWidth, DownArrowIconHeight);