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