10 writes to DialogResult
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
3670
DialogResult
= false;
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
171
((Window)s).
DialogResult
= false;
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (2)
151
DialogResult
= false;
222
DialogResult
= true;
System.Activities.Presentation\System\Activities\Presentation\View\AnnotationDialog.xaml.cs (3)
45
this.
DialogResult
= false;
56
this.
DialogResult
= true;
61
this.
DialogResult
= false;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
186
this.
DialogResult
= false;
291
this.
DialogResult
= false;
316
this.
DialogResult
= true;
1 reference to DialogResult
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (1)
144
wnd.Closed += (s, e) => { this.OnWorkflowElementDialogClosed(((Window)s).
DialogResult
); };