1 write to Y
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1714
Y
= y;
14 references to Y
PresentationFramework (14)
System\Windows\Controls\PopupControlService.cs (14)
1391
int d = points[j].
Y
- p.
Y
;
1424
int Y = points[currentIndex].
Y
;
1431
while (next<N && points[next].
Y
== Y)
1551
_points[i].Direction = (_points[i].
Y
>= _points[next].
Y
) ? Direction.Up : Direction.Down;
1553
else if (_points[i].
Y
== _points[next].
Y
)
1659
if (y < _points[i].
Y
) return false;
1662
if (y >= _points[i].
Y
) return false;
1699
return (b.X - a.X) * (c.
Y
- a.
Y
) - (b.
Y
- a.
Y
) * (c.X - a.X);