3 writes to _x
PresentationCore (3)
System\Windows\Media3D\Size3D.cs (3)
45_x = x; 105_x = value; 192empty._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)
80return _x < 0; 91return _x; 171return new Vector3D(size._x, size._y, size._z); 181return new Point3D(size._x, size._y, size._z);