1 write to y
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\PointF.cs (1)
29
this.
y
= y;
7 references to y
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);
119
get { return
y
; }
142
return (x.GetHashCode() ^
y
.GetHashCode());
155
y
);