19 writes to DialogResult
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (2)
733DialogResult = DialogResult.OK; 752DialogResult = DialogResult.OK;
System.Windows.Forms (5)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
231form.DialogResult = _dialogResult;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
290DialogResult = ((Button)s!).DialogResult;
System\Windows\Forms\Design\ComponentEditorForm.cs (2)
142DialogResult = DialogResult.OK; 146DialogResult = DialogResult.Cancel;
System\Windows\Forms\Form.cs (1)
6992DialogResult = DialogResult.Cancel;
System.Windows.Forms.Design (12)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (3)
299DialogResult = DialogResult.None; 685DialogResult = DialogResult.Cancel; 720DialogResult = DialogResult.None;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
567DialogResult = DialogResult.OK;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
282DialogResult = DialogResult.Cancel;
System\Windows\Forms\Design\FormatStringDialog.cs (2)
245DialogResult = DialogResult.OK; 251DialogResult = DialogResult.Cancel;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
167DialogResult = DialogResult.Cancel;
System\Windows\Forms\Design\StyleEditorForm.cs (3)
1094DialogResult = DialogResult.OK; 1098DialogResult = DialogResult.Cancel; 1110DialogResult = DialogResult.Cancel;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
479DialogResult = DialogResult.OK;
2 references to DialogResult
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
462return DialogResult;
System\Windows\Forms\Form.cs (1)
5819return DialogResult;