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