3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1559
_imageListState
= value;
1585
_imageListState
= value;
3067
_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);
1548
get =>
_imageListState
;
1551
if (
_imageListState
== value)
1574
if (IsHandleCreated &&
_imageListState
is not null && CheckBoxes)
1604
(
_imageListState
is null ||
_imageListState
.Images.Count == 0) ? 0 :
_imageListState
.Handle);
2323
if (
_imageListState
is null)
2329
_imageListState
.RecreateHandle += StateImageListRecreateHandle;
2330
_imageListState
.Disposed += DetachImageList;
2973
sender != _imageListSmall && sender !=
_imageListState
&& sender != _imageListLarge && sender != _imageListGroup)
2988
if (sender ==
_imageListState
)
3043
if (
_imageListState
is null)
3048
_imageListState
.RecreateHandle -= StateImageListRecreateHandle;
3049
_imageListState
.Disposed -= DetachImageList;
5017
if (
_imageListState
is not null)
5019
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
5974
if (
_imageListState
is not null &&
_imageListState
.Images.Count < 2)