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