7 references to IsActivityExecutable
System.Workflow.ComponentModel (7)
AuthoringOM\ScheduleChanges.cs (7)
360
if (compositeActivity == null || !WorkflowChanges.
IsActivityExecutable
(compositeActivity))
386
return
IsActivityExecutable
(activity.Parent);
398
if (ownerActivity == null || !WorkflowChanges.
IsActivityExecutable
(ownerActivity))
412
if (WorkflowChanges.
IsActivityExecutable
(addedActivity))
422
if (WorkflowChanges.
IsActivityExecutable
(removedActivityAction.OriginalRemovedActivity))
674
if (ownerActivity != null && WorkflowChanges.
IsActivityExecutable
(ownerActivity))
853
if (WorkflowChanges.
IsActivityExecutable
(removedActivityInContext) && removedActivityInContext.ExecutionStatus == ActivityExecutionStatus.Executing)