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)
939
get =>
_imageListGroup
;
942
if (
_imageListGroup
== value)
2285
if (
_imageListGroup
is null)
2291
_imageListGroup
.RecreateHandle += GroupImageListRecreateHandle;
2292
_imageListGroup
.Disposed += DetachImageList;
2293
_imageListGroup
.ChangeHandle += GroupImageListChangedHandle;
2973
sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender !=
_imageListGroup
)
2993
if (sender ==
_imageListGroup
)
3008
if (
_imageListGroup
is null)
3013
_imageListGroup
.RecreateHandle -= GroupImageListRecreateHandle;
3014
_imageListGroup
.Disposed -= DetachImageList;
3015
_imageListGroup
.ChangeHandle -= GroupImageListChangedHandle;
3689
if (VirtualMode || sender is null || sender !=
_imageListGroup
|| !IsHandleCreated)
3696
group.TitleImageIndex = group.ImageIndexer.ActualIndex <
_imageListGroup
.Images.Count
3698
:
_imageListGroup
.Images.Count - 1;
5022
if (
_imageListGroup
is not null)
5024
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)
_imageListGroup
.Handle);