6 references to new
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
3192
FormClosingEventArgs e =
new
(_closeReason, false);
4916
FormClosingEventArgs e =
new
(CloseReason.ApplicationExitCall, false);
4924
FormClosingEventArgs fce =
new
(CloseReason.FormOwnerClosing, false);
6742
FormClosingEventArgs e =
new
(CloseReason, false);
6775
FormClosingEventArgs fe =
new
(CloseReason.MdiFormClosing, e.Cancel);
6805
FormClosingEventArgs cfe =
new
(CloseReason.FormOwnerClosing, e.Cancel);