2 writes to ReferencedBy
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
774target.ReferencedBy = new HashSet<XamlFragment>(); 925current.ReferencedBy = null;
4 references to ReferencedBy
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
772if (target.ReferencedBy == null) 776target.ReferencedBy.Add(reference.Fragment); 914if (current.ReferencedBy != null) 916foreach (XamlFragment referencingFragment in current.ReferencedBy)