12 references to Sign
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (2)
1475
if (Math.
Sign
(newDistance) == Math.
Sign
(originalDistance) && Math.Abs(newDistance) < Math.Abs(originalDistance))
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (2)
1475
if (Math.
Sign
(newDistance) == Math.
Sign
(originalDistance) && Math.Abs(newDistance) < Math.Abs(originalDistance))
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Connector.cs (8)
2233
Point direction = new Point(Math.
Sign
(p.X - Z.X), Math.
Sign
(p.Y - Z.Y));
2239
direction = new Point(Math.
Sign
(p.X - Z.X), Math.
Sign
(p.Y - Z.Y));
2475
direction.X = Math.
Sign
(direction.X);
2476
direction.Y = Math.
Sign
(direction.Y);
2987
if (Math.
Sign
(newDistance) == Math.
Sign
(originalDistance) && Math.Abs(newDistance) < Math.Abs(originalDistance))