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