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