3 writes to imageListState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
1544
imageListState
= value;
1574
imageListState
= value;
2959
imageListState
= null;
23 references to imageListState
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ListView.cs (23)
588
if (IsHandleCreated &&
imageListState
!= null) {
590
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE,
imageListState
.Handle);
1531
return
imageListState
;
1535
if (
imageListState
!= value) {
1540
if (
imageListState
!= null) {
1541
imageListState
.RecreateHandle -= recreateHandler;
1542
imageListState
.Disposed -= disposedHandler;
1554
if (
imageListState
!= value) {
1559
if (
imageListState
!= null) {
1560
imageListState
.RecreateHandle -= recreateHandler;
1561
imageListState
.Disposed -= disposedHandler;
1564
if (this.IsHandleCreated &&
imageListState
!= null && this.CheckBoxes) {
1586
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE, (
imageListState
== null ||
imageListState
.Images.Count == 0) ? IntPtr.Zero :
imageListState
.Handle);
2928
if (sender ==
imageListState
)
2957
if (
imageListState
!= null) {
2958
imageListState
.Disposed -= new EventHandler(this.DetachImageList);
4657
if (null !=
imageListState
) {
4658
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_STATE,
imageListState
.Handle);
5188
handle =
imageListState
.Handle;
5428
if (
imageListState
!= null &&
imageListState
.Images.Count < 2) {