3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1555
_imageListState
= value;
1581
_imageListState
= value;
3055
_imageListState
= null;
20 references to _imageListState
System.Windows.Forms (20)
System\Windows\Forms\Controls\ListView\ListView.cs (20)
554
if (IsHandleCreated &&
_imageListState
is not null)
559
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
1544
get =>
_imageListState
;
1547
if (
_imageListState
== value)
1570
if (IsHandleCreated &&
_imageListState
is not null && CheckBoxes)
1600
(
_imageListState
is null ||
_imageListState
.Images.Count == 0) ? 0 :
_imageListState
.Handle);
2311
if (
_imageListState
is null)
2317
_imageListState
.RecreateHandle += StateImageListRecreateHandle;
2318
_imageListState
.Disposed += DetachImageList;
2961
sender != _imageListSmall && sender !=
_imageListState
&& sender != _imageListLarge && sender != _imageListGroup)
2976
if (sender ==
_imageListState
)
3031
if (
_imageListState
is null)
3036
_imageListState
.RecreateHandle -= StateImageListRecreateHandle;
3037
_imageListState
.Disposed -= DetachImageList;
4962
if (
_imageListState
is not null)
4964
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
5901
if (
_imageListState
is not null &&
_imageListState
.Images.Count < 2)