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