10 references to M31
PresentationCore (10)
MS\Internal\Media3D\LineUtil.cs (1)
259matrix[2,0] = m.M31;
MS\Internal\Media3D\M3DUtil.cs (2)
209a = matrix.M31 * originalBox.Z; 210b = matrix.M31 * oldMaxZ;
System\Windows\Media\Composition.cs (1)
35matrix._31 = (float) m.M31;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
63matrix1.M31 == matrix2.M31 && 117matrix1.M31.Equals(matrix2.M31) && 188M31.GetHashCode() ^
System\Windows\Media3D\MatrixCamera.cs (1)
146double J31 = cameraToWorld.M31 - cameraToWorld.M34 * origin.X;