2 implementations of DialogResult
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Button.cs (1)
184public virtual DialogResult DialogResult {
winforms\Managed\System\WinForms\LinkLabel.cs (1)
869DialogResult IButtonControl.DialogResult {
1 write to DialogResult
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
930value.DialogResult = DialogResult.Cancel;
1 reference to DialogResult
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Form.cs (1)
929if (value != null && value.DialogResult == DialogResult.None) {