3 references to messageHitTestContexts
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
685
return this.
messageHitTestContexts
.Peek();
2190
this.workflowView.
messageHitTestContexts
.Push(this.messageContext);
2199
HitTestInfo hittestInfo = this.workflowView.
messageHitTestContexts
.Pop();