3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1559_imageListState = value; 1585_imageListState = value; 3067_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); 1548get => _imageListState; 1551if (_imageListState == value) 1574if (IsHandleCreated && _imageListState is not null && CheckBoxes) 1604(_imageListState is null || _imageListState.Images.Count == 0) ? 0 : _imageListState.Handle); 2323if (_imageListState is null) 2329_imageListState.RecreateHandle += StateImageListRecreateHandle; 2330_imageListState.Disposed += DetachImageList; 2973sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2988if (sender == _imageListState) 3043if (_imageListState is null) 3048_imageListState.RecreateHandle -= StateImageListRecreateHandle; 3049_imageListState.Disposed -= DetachImageList; 5017if (_imageListState is not null) 5019PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)_imageListState.Handle); 5974if (_imageListState is not null && _imageListState.Images.Count < 2)