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