3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
200
_x
= value;
System\Windows\Media3D\Point4D.cs (2)
38
_x
= x;
64
_x
+= deltaX;
10 references to _x
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
195
return
_x
;
358
_x
,
System\Windows\Media3D\Point4D.cs (8)
78
return new Point4D(point1.
_x
+ point2.
_x
,
92
return new Point4D(point1.
_x
+ point2.
_x
,
106
return new Point4D(point1.
_x
- point2.
_x
,
120
return new Point4D(point1.
_x
- point2.
_x
,