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)
461return _imageList; 465if (_imageList != value) 470if (_imageList is not null) 472_imageList.RecreateHandle -= recreateHandler; 473_imageList.Disposed -= disposedHandler; 1024if (_imageList is not null) 1026_imageList.Disposed -= DetachImageList; 1253if (_imageList is not null) 1255PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, _imageList.Handle);