10 references to Yes
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GenericUI.cs (1)
167return result == DialogResult.Yes;
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (1)
3279case DialogResult.Yes:
winforms\Managed\System\WinForms\DataGrid.cs (2)
1079if (result == DialogResult.Yes) { 3687if (result == DialogResult.Yes) {
winforms\Managed\System\WinForms\FileDialog.cs (1)
922MessageBoxDefaultButton.Button1, 0) == DialogResult.Yes;
winforms\Managed\System\WinForms\MessageBox.cs (1)
69return DialogResult.Yes;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
307helpButton.DialogResult = DialogResult.Yes;
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\Printing.cs (1)
220 if(dialogResult != DialogResult.OK && dialogResult != DialogResult.Yes)
WsatUI (2)
MMCUI\WSATControl.cs (2)
145config.Save(restart == DialogResult.Yes); 147if (restart == DialogResult.Yes)