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