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