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