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