4 references to CachedGrantedLocksProperty
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (3)
1630
parent.RemoveProperty(ActivityExecutionContext.
CachedGrantedLocksProperty
);
1652
object cachedGrantedLocks = parent.GetValue(ActivityExecutionContext.
CachedGrantedLocksProperty
);
1655
parent.RemoveProperty(ActivityExecutionContext.
CachedGrantedLocksProperty
);
AuthoringOM\ActivityExecutionContext.cs (1)
493
parent.SetValue(
CachedGrantedLocksProperty
, cachedGrantedLocks);