3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Size3D.cs (3)
28
_x
= x;
88
_x
= value;
176
_x
= Double.NegativeInfinity,
7 references to _x
PresentationCore (7)
System\Windows\Media3D\Generated\Size3D.cs (1)
316
_x
,
System\Windows\Media3D\Rect3D.cs (2)
37
_sizeX = size.
_x
;
177
_sizeX = value.
_x
;
System\Windows\Media3D\Size3D.cs (4)
63
return
_x
< 0;
74
return
_x
;
154
return new Vector3D(size.
_x
, size._y, size._z);
164
return new Point3D(size.
_x
, size._y, size._z);