3 references to Right
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
1556
_points[i].Direction = (_points[i].X >= _points[next].X) ? Direction.Left : Direction.
Right
;
1573
points.Add(new Point(rect.left, rect.bottom, Direction.
Right
));
1662
case Direction.
Right
: