13 references to ShowDialog
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
264ShowDialog()
PresentationUI (7)
MS\Internal\Documents\Application\DocumentProperties.cs (1)
316dialog.ShowDialog();
MS\Internal\Documents\RightsManagementManager.cs (6)
261result = _credManagerDialog.ShowDialog(); 319result = page1.ShowDialog(); 328result = page2.ShowDialog(); 367rmEnrollmentPage3.ShowDialog(); 400rmPermissionsPage.ShowDialog(); 453result = rmPublish.ShowDialog();
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (1)
610result = dialog.ShowDialog();
System\Windows\Forms\MDI\MdiWindowListStrip.cs (1)
167DialogResult result = dialog.ShowDialog();
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
422return dialog.ShowDialog();
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
39if (_builderDialog.ShowDialog() == DialogResult.OK)
System\Windows\Forms\Design\MaskPropertyEditor.cs (1)
39DialogResult result = uiService is not null ? uiService.ShowDialog(dialog) : dialog.ShowDialog();