1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
471
_imageList
= value;
9 references to _imageList
System.Windows.Forms (9)
System\Windows\Forms\Controls\TabControl\TabControl.cs (9)
456
return
_imageList
;
460
if (
_imageList
!= value)
465
if (
_imageList
is not null)
467
_imageList
.RecreateHandle -= recreateHandler;
468
_imageList
.Disposed -= disposedHandler;
1019
if (
_imageList
is not null)
1021
_imageList
.Disposed -= DetachImageList;
1247
if (
_imageList
is not null)
1249
PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0,
_imageList
.Handle);