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