2 references to OnMainFormDestroy
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ApplicationContext.cs (2)
58
EventHandler onClose = new EventHandler(
OnMainFormDestroy
);
154
form.HandleDestroyed -= new EventHandler(
OnMainFormDestroy
);