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