1 write to connector
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
746
this.
connector
= connector;
6 references to connector
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Connector.cs (6)
753
WorkflowView parentView = this.
connector
.ParentDesigner.ParentView;
754
Rectangle bounds = this.
connector
.Bounds;
761
WorkflowView parentView = this.
connector
.ParentDesigner.ParentView;
762
if (this.
connector
.HitTest(parentView.ScreenPointToLogical(new Point(x, y))))
772
return this.
connector
.GetType().Name;
783
return
connector
.ParentDesigner.AccessibilityObject;