3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Size3D.cs (3)
29
_x
= x;
89
_x
= value;
177
_x
= Double.NegativeInfinity,
7 references to _x
PresentationCore (7)
System\Windows\Media3D\Generated\Size3D.cs (1)
307
_x
,
System\Windows\Media3D\Rect3D.cs (2)
38
_sizeX = size.
_x
;
178
_sizeX = value.
_x
;
System\Windows\Media3D\Size3D.cs (4)
64
return
_x
< 0;
75
return
_x
;
155
return new Vector3D(size.
_x
, size._y, size._z);
165
return new Point3D(size.
_x
, size._y, size._z);