3 writes to _x
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (1)
220
_x
= value;
Core\CSharp\System\Windows\Media3D\Point4D.cs (2)
47
_x
= x;
73
_x
+= deltaX;
10 references to _x
PresentationCore (10)
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (2)
215
return
_x
;
378
_x
,
Core\CSharp\System\Windows\Media3D\Point4D.cs (8)
87
return new Point4D(point1.
_x
+ point2.
_x
,
101
return new Point4D(point1.
_x
+ point2.
_x
,
115
return new Point4D(point1.
_x
- point2.
_x
,
129
return new Point4D(point1.
_x
- point2.
_x
,