3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1555_imageListState = value; 1581_imageListState = value; 3051_imageListState = null;
20 references to _imageListState
System.Windows.Forms (20)
System\Windows\Forms\Controls\ListView\ListView.cs (20)
554if (IsHandleCreated && _imageListState is not null) 559PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)_imageListState.Handle); 1544get => _imageListState; 1547if (_imageListState == value) 1570if (IsHandleCreated && _imageListState is not null && CheckBoxes) 1600(_imageListState is null || _imageListState.Images.Count == 0) ? 0 : _imageListState.Handle); 2307if (_imageListState is null) 2313_imageListState.RecreateHandle += StateImageListRecreateHandle; 2314_imageListState.Disposed += DetachImageList; 2957sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2972if (sender == _imageListState) 3027if (_imageListState is null) 3032_imageListState.RecreateHandle -= StateImageListRecreateHandle; 3033_imageListState.Disposed -= DetachImageList; 4958if (_imageListState is not null) 4960PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)_imageListState.Handle); 5897if (_imageListState is not null && _imageListState.Images.Count < 2)