1 instantiation of NameReference
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1173this.neededNames.Add(new NameReference
4 references to NameReference
System.Data (4)
cdf\src\NetFx40\Tools\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>();