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)
85if (_name is not null) 87_image = new Icon(typeof(ToolStripMenuItem), _name).ToBitmap();