10 references to M31
PresentationCore (10)
MS\Internal\Media3D\LineUtil.cs (1)
258matrix[2,0] = m.M31;
MS\Internal\Media3D\M3DUtil.cs (2)
208a = matrix.M31 * originalBox.Z; 209b = matrix.M31 * oldMaxZ;
System\Windows\Media\Composition.cs (1)
34matrix._31 = (float) m.M31;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
69matrix1.M31 == matrix2.M31 && 123matrix1.M31.Equals(matrix2.M31) && 194M31.GetHashCode() ^
System\Windows\Media3D\MatrixCamera.cs (1)
145double J31 = cameraToWorld.M31 - cameraToWorld.M34 * origin.X;