2 writes to _image
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (2)
87
_image
= new Icon(typeof(ToolStripMenuItem), _name).ToBitmap();
101
_image
= value;
1 reference to _image
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (1)
97
return
_image
;