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