8 references to ShowDialog
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
507type = (true == wnd.ShowDialog() ? wnd.ConcreteType : null);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
672if (dialog.ShowDialog() == true) 713if (dialog.ShowDialog() == true)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
179return base.ShowDialog();
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
622dialogResult = browser.ShowDialog(); 646result = (true == wnd.ShowDialog() ? wnd.ConcreteType : null);
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
682if (dialog.ShowDialog() == true) 723if (dialog.ShowDialog() == true)