1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
967_imageList = value;
4 references to _imageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
953return _imageList; 957if (_imageList != value) 962if (_imageList is not null) 964_imageList.RecreateHandle -= handler;