4 references to GetValueBase
System.Workflow.Activities (1)
Rules\RuleDefinitions.cs (1)
54
RuleDefinitions rules = dependencyObject.
GetValueBase
(RuleDefinitions.RuleDefinitionsProperty) as RuleDefinitions;
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
3162
IWorkBatch transientWorkBatch = currentActivity.
GetValueBase
(TransientBatchProperty) as IWorkBatch;
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (2)
1217
if (activity.
GetValueBase
(ReceiveActivity.WorkflowServiceAttributesProperty) == null)
1239
return activity.
GetValueBase
(ReceiveActivity.WorkflowServiceAttributesProperty);