7 references to ContextGuid
System.Workflow.ComponentModel (7)
AuthoringOM\Activity.cs (1)
1322
return ((ActivityExecutionContextInfo)this.ContextActivity.GetValue(Activity.ActivityExecutionContextInfoProperty)).
ContextGuid
;
AuthoringOM\ActivityExecutionContextCollection.cs (6)
114
copiedActivity.SetValue(Activity.ActivityContextGuidProperty, contextInfo.
ContextGuid
);
241
if (context.ContextGuid.Equals(contextInfo.
ContextGuid
))
262
persistedContexts.Add(contextInfo.
ContextGuid
);
281
if (completedContextInfo.
ContextGuid
== contextGuid && ((completedContextInfo.Flags & PersistFlags.ForcePersist) != 0))
457
return this.
ContextGuid
.Equals(otherContextInfo.
ContextGuid
);