2 writes to _imageListGroup
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
948_imageListGroup = value; 3069_imageListGroup = null;
17 references to _imageListGroup
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
939get => _imageListGroup; 942if (_imageListGroup == value) 2285if (_imageListGroup is null) 2291_imageListGroup.RecreateHandle += GroupImageListRecreateHandle; 2292_imageListGroup.Disposed += DetachImageList; 2293_imageListGroup.ChangeHandle += GroupImageListChangedHandle; 2973sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2993if (sender == _imageListGroup) 3008if (_imageListGroup is null) 3013_imageListGroup.RecreateHandle -= GroupImageListRecreateHandle; 3014_imageListGroup.Disposed -= DetachImageList; 3015_imageListGroup.ChangeHandle -= GroupImageListChangedHandle; 3689if (VirtualMode || sender is null || sender != _imageListGroup || !IsHandleCreated) 3696group.TitleImageIndex = group.ImageIndexer.ActualIndex < _imageListGroup.Images.Count 3698: _imageListGroup.Images.Count - 1; 5022if (_imageListGroup is not null) 5024PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)_imageListGroup.Handle);