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)
208
return
_y
;
338
_y
,
System\Windows\Media3D\Point3D.cs (10)
75
point.
_y
+ vector._y,
88
point.
_y
+ vector._y,
101
point.
_y
- vector._y,
114
point.
_y
- vector._y,
127
point1.
_y
- point2.
_y
,
152
result._y = p1.
_y
- p2.
_y
;
185
return new Vector3D(point._x, point.
_y
, point._z);
195
return 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
;
337
return Contains(point._x, point.
_y
, point._z);
System\Windows\Media3D\Vector3D.cs (4)
258
vector._y + point.
_y
,
271
vector._y + point.
_y
,
284
vector._y - point.
_y
,
297
vector._y - point.
_y
,