3 writes to response
System.Windows.Forms (3)
winforms\Managed\System\WinForms\QuestionEventArgs.cs (3)
25this.response = false; 33this.response = response; 47this.response = value;
1 reference to response
System.Windows.Forms (1)
winforms\Managed\System\WinForms\QuestionEventArgs.cs (1)
43return this.response;