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