37 references to Bitmap
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
255
this.icons.Images.Add(new
Bitmap
(typeof(MessageQueue), "Machine.bmp"));
256
this.icons.Images.Add(new
Bitmap
(typeof(MessageQueue), "PublicQueue.bmp"));
System.Windows.Forms (35)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
192
Bitmap moveFirstImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.MoveFirst.bmp");
193
Bitmap movePreviousImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.MovePrevious.bmp");
194
Bitmap moveNextImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.MoveNext.bmp");
195
Bitmap moveLastImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.MoveLast.bmp");
196
Bitmap addNewImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.AddNew.bmp");
197
Bitmap deleteImage = new
Bitmap
(typeof(BindingNavigator), "BindingNavigator.Delete.bmp");
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
387
b = new
Bitmap
(typeof(DataGridCaption), bitmapName);
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
744
b = new
Bitmap
(typeof(DataGridParentRows), bitmapName);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
220
b = new
Bitmap
(typeof(DataGridCaption), bitmapName);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1542
Bitmap b = new
Bitmap
(typeof(DataGridViewCell), bitmapName);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
111
errorBmp = new
Bitmap
(typeof(DataGridView), "ImageInError.bmp");
winforms\Managed\System\WinForms\Design\PropertyTab.cs (1)
46
bitmap = new
Bitmap
(GetType(), bmpName);
winforms\Managed\System\WinForms\PictureBox.cs (2)
300
new
Bitmap
(typeof(PictureBox),
501
new
Bitmap
(typeof(PictureBox),
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
81
Bitmap bitmaps = new
Bitmap
(typeof(PrintPreviewDialog), "PrintPreviewStrip.bmp");
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
4561
return new
Bitmap
(typeof(PropertyGrid), "PBAlpha.bmp");
4576
return new
Bitmap
(typeof(PropertyGrid), "PBCatego.bmp");
4591
return new
Bitmap
(typeof(PropertyGrid), "PBPPage.bmp");
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
78
expandImage = new
Bitmap
(typeof(ThreadExceptionDialog), "down.bmp");
83
collapseImage = new
Bitmap
(typeof(ThreadExceptionDialog), "up.bmp");
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (4)
319
expandImage = new
Bitmap
(this.GetType(), DownBitmapName);
321
collapseImage = new
Bitmap
(this.GetType(), UpBitmapName);
365
expandImage = new
Bitmap
(this.GetType(), DownBitmapName);
371
collapseImage = new
Bitmap
(this.GetType(), UpBitmapName);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
285
Bitmap indeterminateCheckedBmp = new
Bitmap
(typeof(ToolStripMenuItem), "IndeterminateChecked.bmp");
304
Bitmap checkedBmp = new
Bitmap
(typeof(ToolStripMenuItem), "Checked.bmp");
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
69
downScrollImage = new
Bitmap
(typeof(ToolStripScrollButton), "ScrollButtonDown.bmp");
87
upScrollImage = new
Bitmap
(typeof(ToolStripScrollButton), "ScrollButtonUp.bmp");
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (3)
368
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerOKSm.bmp");
379
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerWarningSm.bmp");
391
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerHighRiskSm.bmp");
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (4)
412
Bitmap globeBmp = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerGlobe.bmp");
657
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerOK.bmp");
669
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerWarning.bmp");
682
bitmap = new
Bitmap
(typeof(System.Windows.Forms.Form), "TrustManagerHighRisk.bmp");