1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
474
_imageList
= value;
9 references to _imageList
System.Windows.Forms (9)
System\Windows\Forms\Controls\TabControl\TabControl.cs (9)
459
return
_imageList
;
463
if (
_imageList
!= value)
468
if (
_imageList
is not null)
470
_imageList
.RecreateHandle -= recreateHandler;
471
_imageList
.Disposed -= disposedHandler;
1022
if (
_imageList
is not null)
1024
_imageList
.Disposed -= DetachImageList;
1251
if (
_imageList
is not null)
1253
PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0,
_imageList
.Handle);