1 instantiation of Point
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1685
Point p = new
Point
(x, y);
9 references to Point
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
1391
Point
p = points[i];
1433
Point
leftmost = points[currentIndex];
1439
Point
rightmost = points[next - 1];
1685
Point
p = new Point(x, y);
1701
private static int Cross(in
Point
a, in
Point
b, in
Point
c)
1723
class PointList : List<
Point
>
1726
Point
[] _points;