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