3 references to ActivityProperties
System.Workflow.Runtime (3)
System\Activities\Statements\Interop.cs (3)
1622
this.Owner.
ActivityProperties
[this.argumentName] = (Argument)value;
1626
this.Owner.
ActivityProperties
.Remove(this.argumentName);
1633
if (!this.Owner.
ActivityProperties
.TryGetValue(this.argumentName, out argument))