2 writes to imageListSmall
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1431
imageListSmall
= value;
2951
imageListSmall
= null;
10 references to imageListSmall
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ListView.cs (10)
1419
return
imageListSmall
;
1422
if (
imageListSmall
!= value) {
1427
if (
imageListSmall
!= null) {
1428
imageListSmall
.RecreateHandle -= recreateHandler;
1429
imageListSmall
.Disposed -= disposedHandler;
2924
if (sender ==
imageListSmall
)
2949
if (
imageListSmall
!= null) {
2950
imageListSmall
.Disposed -= new EventHandler(this.DetachImageList);
4654
if (null !=
imageListSmall
)
4655
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_SMALL,
imageListSmall
.Handle);