2 references to ShowDialog
PresentationUI (1)
MS\Internal\Documents\Application\FilePresentation.cs (1)
68dialogResult = save.ShowDialog(rbw);
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
163public DialogResult ShowDialog() => ShowDialog(owner: null);