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