1 write to workflowView
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
2170
this.
workflowView
= workflowView;
11 references to workflowView
System.Workflow.ComponentModel (11)
AuthoringOM\Design\WorkflowView.cs (11)
2172
if (this.
workflowView
.RootDesigner != null && this.
workflowView
.stockMessageFilters.Count > 0)
2183
clientPoint = this.
workflowView
.PointToClient(new Point(((DragEventArgs)e).X, ((DragEventArgs)e).Y));
2184
this.
workflowView
.UpdateLayout();
2187
Point logicalPoint = this.
workflowView
.ClientPointToLogical(clientPoint);
2188
HitTestInfo hitTestInfo = this.
workflowView
.RootDesigner.HitTest(logicalPoint);
2190
this.
workflowView
.messageHitTestContexts.Push(this.messageContext);
2197
if (this.
workflowView
!= null && this.messageContext != null)
2199
HitTestInfo hittestInfo = this.
workflowView
.messageHitTestContexts.Pop();
2212
mergedFilterList.AddRange(this.
workflowView
.customMessageFilters);
2213
mergedFilterList.AddRange(this.
workflowView
.stockMessageFilters);