3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Generated\Point3D.cs (1)
196
_x
= value;
System\Windows\Media3D\Point3D.cs (2)
37
_x
= x;
61
_x
+= offsetX;
23 references to _x
PresentationCore (23)
System\Windows\Media3D\Generated\Point3D.cs (2)
191
return
_x
;
337
_x
,
System\Windows\Media3D\Point3D.cs (10)
74
return new Point3D(point.
_x
+ vector._x,
87
return new Point3D(point.
_x
+ vector._x,
100
return new Point3D(point.
_x
- vector._x,
113
return new Point3D(point.
_x
- vector._x,
126
return new Vector3D(point1.
_x
- point2.
_x
,
151
result._x = p1.
_x
- p2.
_x
;
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)
34
_x = location.
_x
;
76
_x = Math.Min(point1.
_x
, point2.
_x
);
79
_sizeX = Math.Max(point1.
_x
, point2.
_x
) - _x;
146
_x = value.
_x
;
337
return Contains(point.
_x
, point._y, point._z);
System\Windows\Media3D\Vector3D.cs (4)
257
return new Point3D(vector._x + point.
_x
,
270
return new Point3D(vector._x + point.
_x
,
283
return new Point3D(vector._x - point.
_x
,
296
return new Point3D(vector._x - point.
_x
,