2 writes to activeDesignerViewReference
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (2)
39
activeDesignerViewReference
= null;
43
activeDesignerViewReference
= new WeakReference(value);
2 references to activeDesignerViewReference
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (2)
28
if (
activeDesignerViewReference
!= null)
30
return
activeDesignerViewReference
.Target as DesignerView;