2 references to ExecutionProperty
System.Activities (2)
System\Activities\Runtime\ActivityExecutor.cs (1)
2719rootProperties.Add(handle.ExecutionPropertyName, new ExecutionPropertyManager.ExecutionProperty(handle.ExecutionPropertyName, handle, null));
System\Activities\Runtime\ExecutionPropertyManager.cs (1)
231ExecutionProperty executionProperty = new ExecutionProperty(name, property, visibility);