2 writes to _imageListGroup
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
944_imageListGroup = value; 3057_imageListGroup = null;
17 references to _imageListGroup
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
935get => _imageListGroup; 938if (_imageListGroup == value) 2273if (_imageListGroup is null) 2279_imageListGroup.RecreateHandle += GroupImageListRecreateHandle; 2280_imageListGroup.Disposed += DetachImageList; 2281_imageListGroup.ChangeHandle += GroupImageListChangedHandle; 2961sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender != _imageListGroup) 2981if (sender == _imageListGroup) 2996if (_imageListGroup is null) 3001_imageListGroup.RecreateHandle -= GroupImageListRecreateHandle; 3002_imageListGroup.Disposed -= DetachImageList; 3003_imageListGroup.ChangeHandle -= GroupImageListChangedHandle; 3677if (VirtualMode || sender is null || sender != _imageListGroup || !IsHandleCreated) 3684group.TitleImageIndex = group.ImageIndexer.ActualIndex < _imageListGroup.Images.Count 3686: _imageListGroup.Images.Count - 1; 4967if (_imageListGroup is not null) 4969PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)_imageListGroup.Handle);