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