2 writes to ImageList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
475ImageList = null; 1155ImageList = null;
11 references to ImageList
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Label.cs (11)
461if (image == null && ImageList != null && ImageIndexer.ActualIndex >= 0) { 462return ImageList.Images[ImageIndexer.ActualIndex]; 508if (ImageList != null && (index >= ImageList.Images.Count)) { 509return ImageList.Images.Count - 1; 605if (ImageList != value) { 612ImageList imageList = ImageList; 1167if (ImageList != null) { 1168ImageList.Disposed -= new EventHandler(this.DetachImageList); 1169ImageList.RecreateHandle -= new EventHandler(ImageListRecreateHandle); 1816get { return (owner == null) ? null : owner.ImageList; }