9 references to M12
PresentationCore (9)
MS\Internal\Media3D\LineUtil.cs (1)
257matrix[0,1] = m.M12;
MS\Internal\Media3D\M3DUtil.cs (2)
231double a = matrix.M12 * originalBox.X; 232double b = matrix.M12 * oldMaxX;
System\Windows\Media\Composition.cs (1)
44matrix._12 = (float) m.M12;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
77matrix1.M12 == matrix2.M12 && 131matrix1.M12.Equals(matrix2.M12) && 202M12.GetHashCode() ^