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)
64return _x < 0; 75return _x; 155return new Vector3D(size._x, size._y, size._z); 165return new Point3D(size._x, size._y, size._z);