3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Generated\Point4D.cs (1)
194
_x
= value;
System\Windows\Media3D\Point4D.cs (2)
39
_x
= x;
65
_x
+= deltaX;
10 references to _x
PresentationCore (10)
System\Windows\Media3D\Generated\Point4D.cs (2)
189
return
_x
;
345
_x
,
System\Windows\Media3D\Point4D.cs (8)
79
return new Point4D(point1.
_x
+ point2.
_x
,
93
return new Point4D(point1.
_x
+ point2.
_x
,
107
return new Point4D(point1.
_x
- point2.
_x
,
121
return new Point4D(point1.
_x
- point2.
_x
,