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)
459return _imageList; 463if (_imageList != value) 468if (_imageList is not null) 470_imageList.RecreateHandle -= recreateHandler; 471_imageList.Disposed -= disposedHandler; 1022_imageList?.Disposed -= DetachImageList; 1248if (_imageList is not null) 1250PInvokeCore.SendMessage(this, PInvoke.TCM_SETIMAGELIST, 0, _imageList.Handle);