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