3 references to Left
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
1549
_points[i].Direction = (_points[i].X >= _points[next].X) ? Direction.
Left
: Direction.Right;
1564
points.Add(new Point(rect.right, rect.top, Direction.
Left
));
1652
case Direction.
Left
: