1 write to Y
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1718
Y
= y;
14 references to Y
PresentationFramework (14)
System\Windows\Controls\PopupControlService.cs (14)
1395
int d = points[j].
Y
- p.
Y
;
1428
int Y = points[currentIndex].
Y
;
1435
while (next<N && points[next].
Y
== Y)
1555
_points[i].Direction = (_points[i].
Y
>= _points[next].
Y
) ? Direction.Up : Direction.Down;
1557
else if (_points[i].
Y
== _points[next].
Y
)
1663
if (y < _points[i].
Y
) return false;
1666
if (y >= _points[i].
Y
) return false;
1703
return (b.X - a.X) * (c.
Y
- a.
Y
) - (b.
Y
- a.
Y
) * (c.X - a.X);