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