1 write to Y
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1711
Y
= y;
14 references to Y
PresentationFramework (14)
System\Windows\Controls\PopupControlService.cs (14)
1388
int d = points[j].
Y
- p.
Y
;
1421
int Y = points[currentIndex].
Y
;
1428
while (next<N && points[next].
Y
== Y)
1548
_points[i].Direction = (_points[i].
Y
>= _points[next].
Y
) ? Direction.Up : Direction.Down;
1550
else if (_points[i].
Y
== _points[next].
Y
)
1656
if (y < _points[i].
Y
) return false;
1659
if (y >= _points[i].
Y
) return false;
1696
return (b.X - a.X) * (c.
Y
- a.
Y
) - (b.
Y
- a.
Y
) * (c.X - a.X);