2 writes to imageListLarge
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1186imageListLarge = value; 2955imageListLarge = null;
14 references to imageListLarge
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ListView.cs (14)
1171return imageListLarge; 1174if (value != imageListLarge) { 1180if (imageListLarge != null) { 1181imageListLarge.RecreateHandle -= recreateHandler; 1182imageListLarge.Disposed -= disposedHandler; 1183imageListLarge.ChangeHandle -= changeHandler; 2926if (sender == imageListLarge) 2953if (imageListLarge != null) { 2954imageListLarge.Disposed -= new EventHandler(this.DetachImageList); 4035if (!this.VirtualMode && (null != sender) && (sender == imageListLarge) && IsHandleCreated) { 4037if (item.ImageIndexer.ActualIndex != -1 && item.ImageIndexer.ActualIndex >= imageListLarge.Images.Count) { 4038SetItemImage(item.Index,imageListLarge.Images.Count - 1); 4651if (null != imageListLarge) 4652SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_NORMAL, imageListLarge.Handle);