1 override of GetBoundValue
System.Workflow.Activities (1)
CodeExpressionRuleDeclaration.cs (1)
42
protected override object
GetBoundValue
(ActivityBind bind, Type targetType)
2 references to GetBoundValue
System.Workflow.ComponentModel (2)
AuthoringOM\DependencyObject.cs (2)
183
value = this.
GetBoundValue
((ActivityBind)value, dependencyProperty.PropertyType);
580
delegateValue = (T)this.
GetBoundValue
((ActivityBind)properties[dependencyEvent], typeof(T));