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)
63return _x < 0; 74return _x; 154return new Vector3D(size._x, size._y, size._z); 164return new Point3D(size._x, size._y, size._z);