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