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