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