1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
476
_imageList
= value;
9 references to _imageList
System.Windows.Forms (9)
System\Windows\Forms\Controls\TabControl\TabControl.cs (9)
461
return
_imageList
;
465
if (
_imageList
!= value)
470
if (
_imageList
is not null)
472
_imageList
.RecreateHandle -= recreateHandler;
473
_imageList
.Disposed -= disposedHandler;
1024
if (
_imageList
is not null)
1026
_imageList
.Disposed -= DetachImageList;
1253
if (
_imageList
is not null)
1255
PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0,
_imageList
.Handle);