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)
456return _imageList; 460if (_imageList != value) 465if (_imageList is not null) 467_imageList.RecreateHandle -= recreateHandler; 468_imageList.Disposed -= disposedHandler; 1019if (_imageList is not null) 1021_imageList.Disposed -= DetachImageList; 1247if (_imageList is not null) 1249PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, _imageList.Handle);