1 write to _name
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (1)
43
_name
= imageName;
2 references to _name
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\StandardCommandToolStripMenuItem.cs (2)
85
if (
_name
is not null)
87
_image = new Icon(typeof(ToolStripMenuItem),
_name
).ToBitmap();