3 writes to point
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Connector.cs (3)
1459this.point = point; 1467this.point = connectionPoint.Location; 1487this.point = value;
3 references to point
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Connector.cs (3)
1482return this.point; 1496return new Rectangle(this.point.X - controlPointSize.Width / 2, this.point.Y - controlPointSize.Height / 2, controlPointSize.Width, controlPointSize.Height);