7 references to new
System.Windows.Forms (6)
System\Windows\Forms\Form.cs (6)
3129FormClosingEventArgs e = new(_closeReason, false); 4828FormClosingEventArgs e = new(CloseReason.ApplicationExitCall, false); 4836FormClosingEventArgs fce = new(CloseReason.FormOwnerClosing, false); 6571FormClosingEventArgs e = new(CloseReason, false); 6604FormClosingEventArgs fe = new(CloseReason.MdiFormClosing, e.Cancel); 6634FormClosingEventArgs cfe = new(CloseReason.FormOwnerClosing, e.Cancel);
System.Windows.Forms.Tests (1)
System\Windows\Forms\FormClosingEventArgsTests.cs (1)
14FormClosingEventArgs e = new(closeReason, cancel);