1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1005_imageList = value;
4 references to _imageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
991return _imageList; 995if (_imageList != value) 1000if (_imageList is not null) 1002_imageList.RecreateHandle -= handler;