10 references to MyParent
WinFormsControlsTest (10)
MdiChild.cs (10)
52MyParent.MainMenuStrip = MyParent.MainMenu; 56MyParent.MainMenuStrip = null; 76MyParent.Controls.Add(MyParent.MainMenu); 80MyParent.Controls.Remove(MyParent.MainMenu); 91MyParent.MdiChildrenMinimizedAnchorBottom = !chkChildAlign.Checked; 96if (MyParent.MainMenuStrip is not null) 98MyParent.MainMenuStrip.RightToLeft = chkRightToLeft.Checked ? RightToLeft.Yes : RightToLeft.No;