1 instantiation of NameReference
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1173this.neededNames.Add(new NameReference
4 references to NameReference
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
762foreach (NameReference reference in nameScope.NeededNames) 1156private List<NameReference> neededNames; 1160public List<NameReference> NeededNames { get { return this.neededNames; } } 1171this.neededNames = new List<NameReference>();