11 references to Bounds
System.Workflow.Activities (1)
Designers\StateDesignerConnector.cs (1)
226
Size size = (Source != null) ? Source.
Bounds
.Size : Size.Empty;
System.Workflow.ComponentModel (10)
AuthoringOM\Design\ActivityDesigner.cs (1)
934
if (connectionPoints[j].
Bounds
.Contains(point))
AuthoringOM\Design\Connector.cs (4)
168
Draw(e,
Bounds
);
515
Size size = (this.source != null) ? this.source.
Bounds
.Size : Size.Empty;
1259
int minLengthForSegmentEditPoint = Source.
Bounds
.Width * 4;
1495
Size controlPointSize = this.owner.Source.
Bounds
.Size;
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (5)
405
workflowView.InvalidateLogicalRectangle(snapPoint.
Bounds
);
413
workflowView.InvalidateLogicalRectangle(snapPoint.
Bounds
);
436
if (connectablePoint.
Bounds
.Contains(cursorPoint.Value))
533
double distanceToDesigner = DesignerGeometryHelper.DistanceFromPointToRectangle(currentPoint, snapPoint.
Bounds
);
583
if (snapPoint.
Bounds
.Contains(currentPoint))