10 references to M32
PresentationCore (10)
MS\Internal\Media3D\LineUtil.cs (1)
260matrix[2,1] = m.M32;
MS\Internal\Media3D\M3DUtil.cs (2)
256a = matrix.M32 * originalBox.Z; 257b = matrix.M32 * oldMaxZ;
System\Windows\Media\Composition.cs (1)
36matrix._32 = (float) m.M32;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
64matrix1.M32 == matrix2.M32 && 118matrix1.M32.Equals(matrix2.M32) && 189M32.GetHashCode() ^
System\Windows\Media3D\MatrixCamera.cs (1)
147double J32 = cameraToWorld.M32 - cameraToWorld.M34 * origin.Y;