1 write to properties
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
136this.properties = new Dictionary<string, Argument>();
13 references to properties
System.Workflow.Runtime (13)
System\Activities\Statements\Interop.cs (13)
110if (this.properties != null) 112this.properties.Clear(); 134if (this.properties == null) 139return this.properties; 208if (this.properties != null) 215foreach (string name in properties.Keys) 245if (this.properties != null) 248if (this.properties.TryGetValue(propertyInName, out inBinding)) 260if (this.properties.TryGetValue(propertyOutName, out outBinding)) 444if ((this.properties != null) && (outputs != null)) 449if (this.properties.TryGetValue(output.Key, out argument) && argument != null) 464if (this.properties != null) 466foreach (KeyValuePair<string, Argument> parameter in this.properties)