1 write to _imageList
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
963_imageList = value;
3 references to _imageList
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
952return _imageList; 956if (_imageList != value) 961_imageList?.RecreateHandle -= handler;