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)
46
if (item is ItemTypeToolStripMenuItem toolItem &&
_currentItem
is not null && toolItem.ItemType ==
_currentItem
.GetType())
58
if (item is ItemTypeToolStripMenuItem toolItem &&
_currentItem
is not null && toolItem.ItemType ==
_currentItem
.GetType())