2 writes to closeReason
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1086
set {
closeReason
= value; }
3569
closeReason
= CloseReason.UserClosing;
3 references to closeReason
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
1085
get { return
closeReason
; }
3515
FormClosingEventArgs e = new FormClosingEventArgs(
closeReason
, false);
3535
FormClosedEventArgs fc = new FormClosedEventArgs(
closeReason
);