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