3 references to Up
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
1555
_points[i].Direction = (_points[i].Y >= _points[next].Y) ? Direction.
Up
: Direction.Down;
1577
points.Add(new Point(rect.right, rect.bottom, Direction.
Up
));
1668
case Direction.
Up
: