1 write to TextExpressionReferences
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
495
this.
TextExpressionReferences
= references;
5 references to TextExpressionReferences
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (5)
114
textExpressionNamespace.
TextExpressionReferences
);
526
foreach (AssemblyReference reference in this.
TextExpressionReferences
)
536
this.
TextExpressionReferences
.Remove(toRemove);
543
foreach (AssemblyReference reference in this.
TextExpressionReferences
)
553
this.
TextExpressionReferences
.Add(new AssemblyReference { AssemblyName = new AssemblyName(assembly) });