1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1821this.parent = parent;
2 references to parent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MenuItem.cs (2)
1825Form[] forms = parent.FindMdiForms(); 1827Form active = parent.GetMainMenu().GetFormUnsafe().ActiveMdiChild;