1 instantiation of NameReference
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
1173
this.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)
762
foreach (
NameReference
reference in nameScope.NeededNames)
1156
private List<
NameReference
> neededNames;
1160
public List<
NameReference
> NeededNames { get { return this.neededNames; } }
1171
this.neededNames = new List<
NameReference
>();