6 references to ArrowOrientation
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowTransformConverter.cs (6)
37static ArrowOrientation GetArrowOrientation(PointCollection points) 40ArrowOrientation orientation; 46orientation = ArrowOrientation.Top; 49orientation = ArrowOrientation.Bottom; 54orientation = ArrowOrientation.Left; 57orientation = ArrowOrientation.Right;