3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Size3D.cs (3)
45
_x
= x;
105
_x
= value;
192
empty.
_x
= Double.NegativeInfinity;
7 references to _x
PresentationCore (7)
System\Windows\Media3D\Generated\Size3D.cs (1)
328
_x
,
System\Windows\Media3D\Rect3D.cs (2)
58
_sizeX = size.
_x
;
198
_sizeX = value.
_x
;
System\Windows\Media3D\Size3D.cs (4)
80
return
_x
< 0;
91
return
_x
;
171
return new Vector3D(size.
_x
, size._y, size._z);
181
return new Point3D(size.
_x
, size._y, size._z);