13 references to GetIconResourceAsDefaultSizeBitmap
System.Windows.Forms (13)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
76
s_errorBitmap ??= ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(DataGridView), "ImageInError");
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
239
t_defaultErrorImageForThread ??= ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PictureBox), "ImageInError");
398
t_defaultInitialImageForThread ??= ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PictureBox), "PictureBox.Loading");
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
4014
protected virtual Bitmap SortByPropertyImage => ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PropertyGrid), "PBAlpha");
4022
protected virtual Bitmap SortByCategoryImage => ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PropertyGrid), "PBCategory");
4030
protected virtual Bitmap ShowPropertyPageImage => ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PropertyGrid), "PBPPage");
System\Windows\Forms\DataBinding\BindingNavigator.cs (6)
181
Bitmap moveFirstImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.MoveFirst");
182
Bitmap movePreviousImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.MovePrevious");
183
Bitmap moveNextImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.MoveNext");
184
Bitmap moveLastImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.MoveLast");
185
Bitmap addNewImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.AddNew");
186
Bitmap deleteImage = ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(BindingNavigator), "BindingNavigator.Delete");
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
57
_imageList.Images.AddStrip(ScaleHelper.
GetIconResourceAsDefaultSizeBitmap
(typeof(PrintPreviewDialog), "PrintPreviewStrip"));