1 write to workflowCoreRuntime
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityStatusChangeEventArgs.cs (1)
62this.workflowCoreRuntime = value;
2 references to workflowCoreRuntime
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityStatusChangeEventArgs.cs (2)
47if (this.workflowCoreRuntime != null) 49Activity contextActivity = this.workflowCoreRuntime.GetContextActivityForId(this.stateId);