10 references to M32
PresentationCore (10)
MS\Internal\Media3D\LineUtil.cs (1)
265matrix[2,1] = m.M32;
MS\Internal\Media3D\M3DUtil.cs (2)
259a = matrix.M32 * originalBox.Z; 260b = matrix.M32 * oldMaxZ;
System\Windows\Media\Composition.cs (1)
52matrix._32 = (float) m.M32;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
85matrix1.M32 == matrix2.M32 && 139matrix1.M32.Equals(matrix2.M32) && 210M32.GetHashCode() ^
System\Windows\Media3D\MatrixCamera.cs (1)
158double J32 = cameraToWorld.M32 - cameraToWorld.M34 * origin.Y;