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)
952
return
_imageList
;
956
if (
_imageList
!= value)
961
_imageList
?.RecreateHandle -= handler;