10 references to M31
PresentationCore (10)
MS\Internal\Media3D\LineUtil.cs (1)
264matrix[2,0] = m.M31;
MS\Internal\Media3D\M3DUtil.cs (2)
212a = matrix.M31 * originalBox.Z; 213b = matrix.M31 * oldMaxZ;
System\Windows\Media\Composition.cs (1)
51matrix._31 = (float) m.M31;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
84matrix1.M31 == matrix2.M31 && 138matrix1.M31.Equals(matrix2.M31) && 209M31.GetHashCode() ^
System\Windows\Media3D\MatrixCamera.cs (1)
157double J31 = cameraToWorld.M31 - cameraToWorld.M34 * origin.X;