3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1557_imageListState = value; 1583_imageListState = value; 3065_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); 1546get => _imageListState; 1549if (_imageListState == value) 1572if (IsHandleCreated && _imageListState is not null && CheckBoxes) 1602(_imageListState is null || _imageListState.Images.Count == 0) ? 0 : _imageListState.Handle); 2321if (_imageListState is null) 2327_imageListState.RecreateHandle += StateImageListRecreateHandle; 2328_imageListState.Disposed += DetachImageList; 2971sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2986if (sender == _imageListState) 3041if (_imageListState is null) 3046_imageListState.RecreateHandle -= StateImageListRecreateHandle; 3047_imageListState.Disposed -= DetachImageList; 5008if (_imageListState is not null) 5010PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)_imageListState.Handle); 5965if (_imageListState is not null && _imageListState.Images.Count < 2)