4 references to namespacesProperty
System.Activities (4)
System\Activities\Expressions\TextExpression.cs (4)
83
return GetCollection<string>(target,
namespacesProperty
);
88
SetCollection(target,
namespacesProperty
, namespaces);
93
SetCollection(target,
namespacesProperty
, namespaces);
98
return ShouldSerializeCollection<string>(target,
namespacesProperty
);