1 write to X
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
1707
X
= x;
12 references to X
PresentationFramework (12)
System\Windows\Controls\PopupControlService.cs (12)
1386
if (d > 0 || (d == 0 && (points[j].
X
> p.
X
)))
1543
if (_points[i].
X
== _points[next].
X
)
1549
_points[i].Direction = (_points[i].
X
>= _points[next].
X
) ? Direction.Left : Direction.Right;
1659
if (x >= _points[i].
X
) return false;
1662
if (x < _points[i].
X
) return false;
1693
return (b.
X
- a.
X
) * (c.Y - a.Y) - (b.Y - a.Y) * (c.
X
- a.
X
);