8 references to Add
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 (6)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
248
selectorImageList.Images.
Add
(page.Icon.ToBitmap());
winforms\Managed\System\WinForms\ImageList.cs (2)
1270
Add
((Image)value);
1381
Add
(image);
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1658
imageList[NORMAL_BUTTONS].Images.
Add
(image);
2464
this.imageList[LARGE_BUTTONS].Images.
Add
(new Bitmap((Bitmap)images[i], largeButtonSize.Width, largeButtonSize.Height));
2484
this.imageList[LARGE_BUTTONS].Images.
Add
(largeBitmap);