2 writes to ReferencedBy
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
774target.ReferencedBy = new HashSet<XamlFragment>(); 925current.ReferencedBy = null;
4 references to ReferencedBy
System.Activities.Presentation (4)
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)