2 writes to imageList
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
640imageList = value; 1704imageList = null;
21 references to imageList
System.Windows.Forms (21)
winforms\Managed\System\WinForms\TreeView.cs (21)
558if (imageList == null) { 561if (ImageIndexer.Index >= imageList.Images.Count) { 562return Math.Max(0, imageList.Images.Count - 1); 633return imageList; 636if (value != imageList) { 659if (imageList != null) { 661imageList.RecreateHandle += new EventHandler(ImageListRecreateHandle); 662imageList.Disposed += new EventHandler(DetachImageList); 663imageList.ChangeHandle += new EventHandler(ImageListChangedHandle); 668if (imageList != null) { 669imageList.RecreateHandle -= new EventHandler(ImageListRecreateHandle); 670imageList.Disposed -= new EventHandler(DetachImageList); 671imageList.ChangeHandle -= new EventHandler(ImageListChangedHandle); 1048if (imageList == null) { 1051if (SelectedImageIndexer.Index >= imageList.Images.Count) { 1052return Math.Max(0, imageList.Images.Count - 1); 1862if ((null != sender) && (sender == imageList) && IsHandleCreated) { 2017if (imageList != null) 2018SendMessage(NativeMethods.TVM_SETIMAGELIST, 0, imageList.Handle); 2432if (imageList != null) { 2440if (imageList != null) {