6 references to new
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
3192
FormClosingEventArgs e =
new
(_closeReason, false);
4885
FormClosingEventArgs e =
new
(CloseReason.ApplicationExitCall, false);
4893
FormClosingEventArgs fce =
new
(CloseReason.FormOwnerClosing, false);
6693
FormClosingEventArgs e =
new
(CloseReason, false);
6726
FormClosingEventArgs fe =
new
(CloseReason.MdiFormClosing, e.Cancel);
6756
FormClosingEventArgs cfe =
new
(CloseReason.FormOwnerClosing, e.Cancel);