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