2 writes to _imageListGroup
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
946_imageListGroup = value; 3067_imageListGroup = null;
17 references to _imageListGroup
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
937get => _imageListGroup; 940if (_imageListGroup == value) 2283if (_imageListGroup is null) 2289_imageListGroup.RecreateHandle += GroupImageListRecreateHandle; 2290_imageListGroup.Disposed += DetachImageList; 2291_imageListGroup.ChangeHandle += GroupImageListChangedHandle; 2971sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2991if (sender == _imageListGroup) 3006if (_imageListGroup is null) 3011_imageListGroup.RecreateHandle -= GroupImageListRecreateHandle; 3012_imageListGroup.Disposed -= DetachImageList; 3013_imageListGroup.ChangeHandle -= GroupImageListChangedHandle; 3684if (VirtualMode || sender is null || sender != _imageListGroup || !IsHandleCreated) 3691group.TitleImageIndex = group.ImageIndexer.ActualIndex < _imageListGroup.Images.Count 3693: _imageListGroup.Images.Count - 1; 5013if (_imageListGroup is not null) 5015PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)_imageListGroup.Handle);