3 writes to _currentItem
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripEditorManager.cs (3)
61
_currentItem
= null;
67
_currentItem
= null;
74
_currentItem
= item;
4 references to _currentItem
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripEditorManager.cs (4)
49
if (item ==
_currentItem
)
65
if (
_currentItem
is not null)
77
_itemDesigner = (ToolStripItemDesigner)_designerHost.GetDesigner(
_currentItem
);
93
_editorUI.FocusEditor(
_currentItem
);