4 references to Track
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (2)
397this.WorkflowCoreRuntime.Track(null, userData); 406this.WorkflowCoreRuntime.Track(userDataKey, userData);
AuthoringOM\ActivityExecutionContext.cs (2)
382this.currentActivity.WorkflowCoreRuntime.Track(null, userData); 394this.currentActivity.WorkflowCoreRuntime.Track(userDataKey, userData);