1 write to x
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\PointF.cs (1)
28
this.
x
= x;
7 references to x
System.Windows.Input.Manipulations (7)
System\Windows\Input\Manipulations\PointF.cs (7)
41
return new VectorF(point.
x
, point.y);
90
return new VectorF(point1.
x
- point2.
x
, point1.y - point2.y);
102
return new PointF(point.
x
- vector.X, point.y - vector.Y);
110
get { return
x
; }
142
return (
x
.GetHashCode() ^ y.GetHashCode());
154
x
,