7 references to Bounds
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Connector.cs (7)
843
if (editPoint.
Bounds
.Contains(cursorPoint))
862
if (this.editPoints[i].
Bounds
.Contains(point))
984
if (editPoint.
Bounds
.Contains(point))
1349
if ((distance < current.
Bounds
.Width || distance < current.
Bounds
.Height) && next.Type == EditPoint.EditPointTypes.MultiSegmentEditPoint)
1359
if ((distance < current.
Bounds
.Width || distance < current.
Bounds
.Height) && previous.Type == EditPoint.EditPointTypes.MultiSegmentEditPoint)