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