3 references to ConditionProperty
System.Workflow.ComponentModel (3)
AuthoringOM\ScheduleChanges.cs (3)
75
return (dependencyObject as DependencyObject).GetValue(
ConditionProperty
);
85
(dependencyObject as DependencyObject).SetValue(
ConditionProperty
, value);
343
ActivityCondition dynamicUpdateCondition = ((Activity)workflowCoreRuntime.RootActivity).GetValue(WorkflowChanges.
ConditionProperty
) as ActivityCondition;