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