3 references to GetRuntimeValue
System.Workflow.Activities (1)
CodeExpressionRuleDeclaration.cs (1)
52
returnVal = bind.
GetRuntimeValue
(activity, targetType);
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (1)
653
runtimeValue = ((ActivityBind)runtimeValue).
GetRuntimeValue
(referencedActivity, targetType);
AuthoringOM\DependencyObject.cs (1)
635
returnVal = bind.
GetRuntimeValue
(activity, targetType);