1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
969_imageList = value;
4 references to _imageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
955return _imageList; 959if (_imageList != value) 964if (_imageList is not null) 966_imageList.RecreateHandle -= handler;