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