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