1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
1196this[index] = (Image)value;
11 references to
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
342return imageList.Images[actualIndex];
winforms\Managed\System\WinForms\ImageList.cs (2)
1192return this[index]; 1220return this[index];
winforms\Managed\System\WinForms\Label.cs (1)
462return ImageList.Images[ImageIndexer.ActualIndex];
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2463if (images[i] is Bitmap) { 2464this.imageList[LARGE_BUTTONS].Images.Add(new Bitmap((Bitmap)images[i], largeButtonSize.Width, largeButtonSize.Height));
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1248image = Owner.ImageList.Images[ImageIndexer.ActualIndex];
winforms\Managed\System\WinForms\TreeView.cs (2)
1889images[i] = stateImageList.Images[i -1]; 2078images[i] = stateImageList.Images[i - 1];
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
424g.DrawImage(imageList.Images[imageIndex], bounds);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1071Image image = memberTypes.Images[i];