3 writes to _imageListState
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
1557
_imageListState
= value;
1583
_imageListState
= value;
3065
_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);
1546
get =>
_imageListState
;
1549
if (
_imageListState
== value)
1572
if (IsHandleCreated &&
_imageListState
is not null && CheckBoxes)
1602
(
_imageListState
is null ||
_imageListState
.Images.Count == 0) ? 0 :
_imageListState
.Handle);
2321
if (
_imageListState
is null)
2327
_imageListState
.RecreateHandle += StateImageListRecreateHandle;
2328
_imageListState
.Disposed += DetachImageList;
2971
sender != _imageListSmall && sender !=
_imageListState
&& sender != _imageListLarge && sender != _imageListGroup)
2986
if (sender ==
_imageListState
)
3041
if (
_imageListState
is null)
3046
_imageListState
.RecreateHandle -= StateImageListRecreateHandle;
3047
_imageListState
.Disposed -= DetachImageList;
5008
if (
_imageListState
is not null)
5010
PInvokeCore.SendMessage(this, PInvoke.LVM_SETIMAGELIST, (WPARAM)PInvoke.LVSIL_STATE, (LPARAM)
_imageListState
.Handle);
5965
if (
_imageListState
is not null &&
_imageListState
.Images.Count < 2)