4 overrides of OnClosing
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1589
protected override void
OnClosing
(CancelEventArgs e) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerWidgets.cs (1)
1103
protected override void
OnClosing
(CancelEventArgs e)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
333
protected override void
OnClosing
(CancelEventArgs e)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
492
protected override void
OnClosing
(CancelEventArgs e)
8 references to OnClosing
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (3)
3519
OnClosing
(e);
7028
mdiChild.
OnClosing
(fe);
7060
OnClosing
(e);
winforms\Managed\System\WinForms\FormClosingEvent.cs (2)
20
/// Provides data for the <see cref='System.Windows.Forms.Form.
OnClosing
'/>,
21
/// <see cref='System.Windows.Forms.Form.
OnClosing
'/>
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1590
base.
OnClosing
(e);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
335
base.
OnClosing
(e);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
494
base.
OnClosing
(e);