3 writes to imageListState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1544imageListState = value; 1574imageListState = value; 2959imageListState = null;
23 references to imageListState
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ListView.cs (23)
588if (IsHandleCreated && imageListState != null) { 590SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE, imageListState.Handle); 1531return imageListState; 1535if (imageListState != value) { 1540if (imageListState != null) { 1541imageListState.RecreateHandle -= recreateHandler; 1542imageListState.Disposed -= disposedHandler; 1554if (imageListState != value) { 1559if (imageListState != null) { 1560imageListState.RecreateHandle -= recreateHandler; 1561imageListState.Disposed -= disposedHandler; 1564if (this.IsHandleCreated && imageListState != null && this.CheckBoxes) { 1586SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE, (imageListState == null || imageListState.Images.Count == 0) ? IntPtr.Zero : imageListState.Handle); 2928if (sender == imageListState) 2957if (imageListState != null) { 2958imageListState.Disposed -= new EventHandler(this.DetachImageList); 4657if (null != imageListState) { 4658SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE, imageListState.Handle); 5188handle = imageListState.Handle; 5428if (imageListState != null && imageListState.Images.Count < 2) {