6 references to GrantedLocksProperty
System.Workflow.ComponentModel (6)
AuthoringOM\Activity.cs (2)
226DependencyProperty.RegisterAsKnown(ActivityExecutionContext.GrantedLocksProperty, (byte)24, DependencyProperty.PropertyValidity.Uninitialize); 1654parent.SetValue(ActivityExecutionContext.GrantedLocksProperty, cachedGrantedLocks);
AuthoringOM\ActivityExecutionContext.cs (4)
422Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.GetValue(GrantedLocksProperty); 426parent.SetValue(GrantedLocksProperty, grantedLocks); 481Dictionary<string, GrantedLock> grantedLocks = (Dictionary<string, GrantedLock>)parent.GetValue(GrantedLocksProperty); 523parent.RemoveProperty(GrantedLocksProperty);