7 references to new
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
3126FormClosingEventArgs e = new(_closeReason, false); 4825FormClosingEventArgs e = new(CloseReason.ApplicationExitCall, false); 4833FormClosingEventArgs fce = new(CloseReason.FormOwnerClosing, false); 6565FormClosingEventArgs e = new(CloseReason, false); 6598FormClosingEventArgs fe = new(CloseReason.MdiFormClosing, e.Cancel); 6628FormClosingEventArgs cfe = new(CloseReason.FormOwnerClosing, e.Cancel);
System.Windows.Forms.Tests (1)
System\Windows\Forms\FormClosingEventArgsTests.cs (1)
16FormClosingEventArgs e = new(closeReason, cancel);