12 references to No
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
857caption, MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) == DialogResult.No)
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Button.cs (1)
190if (!ClientUtils.IsEnumValid(value, (int)value, (int)DialogResult.None, (int) DialogResult.No)) {
winforms\Managed\System\WinForms\DataGrid.cs (2)
1099Debug.Assert(result == DialogResult.No, "we only put cancel and ok on the error message box"); 3700Debug.Assert(result == DialogResult.No, "we only put cancel and ok on the error message box");
winforms\Managed\System\WinForms\Form.cs (1)
1219if (!ClientUtils.IsEnumValid(value, (int)value, (int)DialogResult.None, (int)DialogResult.No))
winforms\Managed\System\WinForms\LinkLabel.cs (1)
876if (!ClientUtils.IsEnumValid(value, (int)value, (int)DialogResult.None, (int)DialogResult.No))
winforms\Managed\System\WinForms\MessageBox.cs (2)
71return DialogResult.No; 73return DialogResult.No;
winforms\Managed\System\WinForms\TrustManager.cs (3)
481ret = DialogResult.No; 855ret = DialogResult.No; 1063private DialogResult m_ret = DialogResult.No;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
490if (DialogResult.No == DesignerHelpers.ShowMessage(this.serviceProvider, DR.GetString(DR.UpdateRelativePaths), DR.GetString(DR.WorkflowDesignerTitle), MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1))