5 references to TriangleHeight
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (5)
66StartPoint = new Point(-DropTargetOffset - TriangleHeight, size.Height / 2), Segments = 70new LineSegment() { Point = new Point(-DropTargetOffset - TriangleHeight, size.Height / 2) } 83new LineSegment() { Point = new Point(size.Width + DropTargetOffset + TriangleHeight, size.Height / 2) }, 98new LineSegment() { Point = new Point((size.Width / 2), -DropTargetOffset - TriangleHeight) }, 114new LineSegment() { Point = new Point((size.Width / 2), size.Height + TriangleHeight + DropTargetOffset) },