2 writes to imageList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
634imageList = value; 1090imageList = null;
11 references to imageList
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolBar.cs (11)
622return this.imageList; 625if (value != imageList) { 629if (imageList != null) { 630imageList.Disposed -= disposedHandler; 631imageList.RecreateHandle -= recreateHandler; 660if (this.imageList != null) { 661return this.imageList.ImageSize; 1088if (imageList != null) { 1089imageList.Disposed -= new EventHandler(DetachImageList); 1299if (imageList != null) 1300SendMessage(NativeMethods.TB_SETIMAGELIST, 0, imageList.Handle);