1 write to metaProperties
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
150
this.
metaProperties
= new Dictionary<string, object>();
8 references to metaProperties
System.Workflow.Runtime (8)
System\Activities\Statements\Interop.cs (8)
102
if (this.
metaProperties
!= null)
104
this.
metaProperties
.Clear();
148
if (this.
metaProperties
== null)
152
return this.
metaProperties
;
498
if (this.
metaProperties
!= null && this.
metaProperties
.Count > 0)
500
foreach (string name in this.
metaProperties
.Keys)
507
property.SetValue(activity, this.
metaProperties
[name], null);