4 references to GetFormUnsafe
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MenuItem.cs (4)
1124
menuForm = main.
GetFormUnsafe
();
1153
Form activeMdiChild = GetMainMenu().
GetFormUnsafe
().ActiveMdiChild;
1476
Form f = ((MainMenu)menu).
GetFormUnsafe
();
1827
Form active = parent.GetMainMenu().
GetFormUnsafe
().ActiveMdiChild;