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)
935
get =>
_imageListGroup
;
938
if (
_imageListGroup
== value)
2273
if (
_imageListGroup
is null)
2279
_imageListGroup
.RecreateHandle += GroupImageListRecreateHandle;
2280
_imageListGroup
.Disposed += DetachImageList;
2281
_imageListGroup
.ChangeHandle += GroupImageListChangedHandle;
2961
sender != _imageListSmall && sender != _imageListState && sender != _imageListLarge && sender !=
_imageListGroup
)
2981
if (sender ==
_imageListGroup
)
2996
if (
_imageListGroup
is null)
3001
_imageListGroup
.RecreateHandle -= GroupImageListRecreateHandle;
3002
_imageListGroup
.Disposed -= DetachImageList;
3003
_imageListGroup
.ChangeHandle -= GroupImageListChangedHandle;
3677
if (VirtualMode || sender is null || sender !=
_imageListGroup
|| !IsHandleCreated)
3684
group.TitleImageIndex = group.ImageIndexer.ActualIndex <
_imageListGroup
.Images.Count
3686
:
_imageListGroup
.Images.Count - 1;
4967
if (
_imageListGroup
is not null)
4969
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_GROUPHEADER, (LPARAM)
_imageListGroup
.Handle);