3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1555_imageListState = value; 1581_imageListState = value; 3055_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); 2311if (_imageListState is null) 2317_imageListState.RecreateHandle += StateImageListRecreateHandle; 2318_imageListState.Disposed += DetachImageList; 2961sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2976if (sender == _imageListState) 3031if (_imageListState is null) 3036_imageListState.RecreateHandle -= StateImageListRecreateHandle; 3037_imageListState.Disposed -= DetachImageList; 4962if (_imageListState is not null) 4964PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)_imageListState.Handle); 5901if (_imageListState is not null && _imageListState.Images.Count < 2)