13 references to ShowDialog
PresentationUI (5)
MS\Internal\Documents\DocumentSignatureManager.cs (4)
247dialog.ShowDialog(parentWindow); 280dialog.ShowDialog(parentWindow); 512dialog.ShowDialog(NativeWindow.FromHandle(parentWindow)); 748requestSignatureDialog.ShowDialog(DocumentApplicationDocumentViewer.Instance.RootBrowserWindow);
MS\Internal\Documents\SigningProgress.cs (1)
103ShowDialog(null);
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4912result = dialog.ShowDialog(this);
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
461ShowDialog(owner);
System\Windows\Forms\Form.cs (2)
5657public DialogResult ShowDialog() => ShowDialog(owner: null); 5931DialogResult result = ShowDialog(owner);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\CollectionEditVerbManager.cs (1)
178return dialog.ShowDialog(_designer.Component as IWin32Window);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
852_addColumnDialog.ShowDialog(this);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
794return dialog.ShowDialog(Control);
System\Windows\Forms\Design\EditorServiceContext.cs (1)
132return dialog.ShowDialog(_designer.Component as IWin32Window);