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