1 write to _currentItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\NewItemsContextMenuStrip.cs (1)
27_currentItem = currentItem;
4 references to _currentItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\NewItemsContextMenuStrip.cs (4)
46if (item is ItemTypeToolStripMenuItem toolItem && _currentItem is not null && toolItem.ItemType == _currentItem.GetType()) 58if (item is ItemTypeToolStripMenuItem toolItem && _currentItem is not null && toolItem.ItemType == _currentItem.GetType())