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