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