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