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