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