1 write to imageList
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1100imageList = value;
4 references to imageList
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
1088return imageList; 1091if (imageList != value) { 1096if (imageList != null) { 1097imageList.RecreateHandle -= handler;