1 override of Execute
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityExecutor.cs (1)
133protected override ActivityExecutionStatus Execute(T activity, ActivityExecutionContext executionContext)
2 references to Execute
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutor.cs (2)
26return this.Execute((T)activity, executionContext); 135return base.Execute(activity, executionContext);