3 writes to _y
PresentationCore (3)
System\Windows\Media3D\Generated\Point3D.cs (1)
213_y = value;
System\Windows\Media3D\Point3D.cs (2)
38_y = y; 62_y += offsetY;
23 references to _y
PresentationCore (23)
System\Windows\Media3D\Generated\Point3D.cs (2)
208return _y; 338_y,
System\Windows\Media3D\Point3D.cs (10)
75point._y + vector._y, 88point._y + vector._y, 101point._y - vector._y, 114point._y - vector._y, 127point1._y - point2._y, 152result._y = p1._y - p2._y; 185return new Vector3D(point._x, point._y, point._z); 195return new Point4D(point._x, point._y, point._z, 1.0);
System\Windows\Media3D\Rect3D.cs (7)
35_y = location._y; 77_y = Math.Min(point1._y, point2._y); 80_sizeY = Math.Max(point1._y, point2._y) - _y; 147_y = value._y; 337return Contains(point._x, point._y, point._z);
System\Windows\Media3D\Vector3D.cs (4)
258vector._y + point._y, 271vector._y + point._y, 284vector._y - point._y, 297vector._y - point._y,