3 references to GetRuntimeValue
System.Workflow.Activities (1)
Executors\InboundActivityHelper.cs (1)
118WorkflowRoleCollection roles = rolesBind.GetRuntimeValue(activity) as WorkflowRoleCollection;
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1148value = activityBind.GetRuntimeValue(refActivity);
System.Workflow.Runtime (1)
Tracking\PropertyHelper.cs (1)
158tmp = ((ActivityBind)o).GetRuntimeValue(activity);