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)
49if (item == _currentItem) 65if (_currentItem is not null) 77_itemDesigner = (ToolStripItemDesigner)_designerHost.GetDesigner(_currentItem); 93_editorUI.FocusEditor(_currentItem);