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