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