1 write to _currentParent
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1591designer._currentParent = MenuItem as ToolStripMenuItem;
4 references to _currentParent
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (4)
656if (_currentParent is not null && _currentParent != _menuItem) 658if (_host.GetDesigner(_currentParent) is ToolStripMenuItemDesigner ownerItemDesigner) 660ownerItemDesigner.RemoveTypeHereNode(_currentParent);