1 write to Z
PresentationCore (1)
System\Windows\Media3D\Matrix3D.cs (1)
1172point.Z = x*_m13 + y*_m23 + z*_m33 + w*_offsetZ;
12 references to Z
PresentationCore (12)
MS\Internal\Media3D\LineUtil.cs (4)
102origin = new Point3D(o.X, o.Y, o.Z); 103direction = new Vector3D(d.X, d.Y, d.Z); 112double[,] linepoints = new double[,]{{o.X,d.X},{o.Y,d.Y},{o.Z,d.Z},{o.W,d.W}};
System\Windows\Media\Effects\ShaderEffect.cs (1)
953newVal.b = (float)p.Z;
System\Windows\Media3D\Generated\Point4D.cs (5)
72point1.Z == point2.Z && 107point1.Z.Equals(point2.Z) && 159Z.GetHashCode() ^
System\Windows\Media3D\Matrix3D.cs (1)
1167double z = point.Z;
System\Windows\Media3D\MatrixCamera.cs (1)
123origin4D.Z/origin4D.W );