1 write to Y
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1715Y = y;
14 references to Y
PresentationFramework (14)
System\Windows\Controls\PopupControlService.cs (14)
1392int d = points[j].Y - p.Y; 1425int Y = points[currentIndex].Y; 1432while (next<N && points[next].Y == Y) 1552_points[i].Direction = (_points[i].Y >= _points[next].Y) ? Direction.Up : Direction.Down; 1554else if (_points[i].Y == _points[next].Y) 1660if (y < _points[i].Y) return false; 1663if (y >= _points[i].Y) return false; 1700return (b.X - a.X) * (c.Y - a.Y) - (b.Y - a.Y) * (c.X - a.X);