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