2 writes to Property
System.Activities (2)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
577this.Property = property; 653set { this.Property = value; }
14 references to Property
System.Activities (14)
System\Activities\Runtime\ActivityExecutor.cs (2)
1407Handle handle = executionProperty.Property as Handle; 2313Handle handle = executionProperty.Property as Handle;
System\Activities\Runtime\ExecutionPropertyManager.cs (12)
145this.lastProperty = property.Property; 164flattenedProperties.Add(item.Key, item.Value.Property); 191if (property.Property is T) 197list.Add((T)property.Property); 377if (executionProperty.Property is IExecutionProperty) 389if (executionProperty.Property is ExclusiveHandle) 410return property.Property; 435IExecutionProperty property = (IExecutionProperty)executionProperty.Property; 457IExecutionProperty property = (IExecutionProperty)current.Property; 500IPropertyRegistrationCallback registrationCallback = property.Property as IPropertyRegistrationCallback; 555if (property.Property is IExecutionProperty) 652get { return this.Property; }