1 instantiation of Point
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1675
Point p = new
Point
(x, y);
9 references to Point
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
1381
Point
p = points[i];
1423
Point
leftmost = points[currentIndex];
1429
Point
rightmost = points[next - 1];
1675
Point
p = new Point(x, y);
1691
private static int Cross(in
Point
a, in
Point
b, in
Point
c)
1713
class PointList : List<
Point
>
1716
Point
[] _points;