2 writes to _imageListGroup
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
969_imageListGroup = value; 3107_imageListGroup = null;
17 references to _imageListGroup
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
960get => _imageListGroup; 963if (_imageListGroup == value) 2306if (_imageListGroup is null) 2312_imageListGroup.RecreateHandle += GroupImageListRecreateHandle; 2313_imageListGroup.Disposed += DetachImageList; 2314_imageListGroup.ChangeHandle += GroupImageListChangedHandle; 3011sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 3031if (sender == _imageListGroup) 3046if (_imageListGroup is null) 3051_imageListGroup.RecreateHandle -= GroupImageListRecreateHandle; 3052_imageListGroup.Disposed -= DetachImageList; 3053_imageListGroup.ChangeHandle -= GroupImageListChangedHandle; 3749if (VirtualMode || sender is null || sender != _imageListGroup || !IsHandleCreated) 3756group.TitleImageIndex = group.ImageIndexer.ActualIndex < _imageListGroup.Images.Count 3758: _imageListGroup.Images.Count - 1; 5053if (_imageListGroup is not null) 5055PInvoke.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)_imageListGroup.Handle);