2 writes to imageListLarge
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
1186
imageListLarge
= value;
2955
imageListLarge
= null;
14 references to imageListLarge
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ListView.cs (14)
1171
return
imageListLarge
;
1174
if (value !=
imageListLarge
) {
1180
if (
imageListLarge
!= null) {
1181
imageListLarge
.RecreateHandle -= recreateHandler;
1182
imageListLarge
.Disposed -= disposedHandler;
1183
imageListLarge
.ChangeHandle -= changeHandler;
2926
if (sender ==
imageListLarge
)
2953
if (
imageListLarge
!= null) {
2954
imageListLarge
.Disposed -= new EventHandler(this.DetachImageList);
4035
if (!this.VirtualMode && (null != sender) && (sender ==
imageListLarge
) && IsHandleCreated) {
4037
if (item.ImageIndexer.ActualIndex != -1 && item.ImageIndexer.ActualIndex >=
imageListLarge
.Images.Count) {
4038
SetItemImage(item.Index,
imageListLarge
.Images.Count - 1);
4651
if (null !=
imageListLarge
)
4652
SendMessage(NativeMethods.LVM_SETIMAGELIST, NativeMethods.LVSIL_NORMAL,
imageListLarge
.Handle);