1 write to imageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
525this.imageList = value;
9 references to imageList
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TabControl.cs (9)
513return imageList; 516if (this.imageList != value) { 520if (imageList != null) { 521imageList.RecreateHandle -= recreateHandler; 522imageList.Disposed -= disposedHandler; 1167if (imageList != null) { 1168imageList.Disposed -= new EventHandler(this.DetachImageList); 1354if (imageList != null) { 1355SendMessage(NativeMethods.TCM_SETIMAGELIST, 0, imageList.Handle);