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