3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
215
_x
= value;
System\Windows\Media3D\Point4D.cs (2)
44
_x
= x;
70
_x
+= deltaX;
10 references to _x
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
210
return
_x
;
366
_x
,
System\Windows\Media3D\Point4D.cs (8)
84
return new Point4D(point1.
_x
+ point2.
_x
,
98
return new Point4D(point1.
_x
+ point2.
_x
,
112
return new Point4D(point1.
_x
- point2.
_x
,
126
return new Point4D(point1.
_x
- point2.
_x
,