1 write to item
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4573this.item = item;
3 references to item
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
4578if ((item != null) && (item.Owner != null)) { 4579return item.Owner.ImageList;