9 references to M12
PresentationCore (9)
MS\Internal\Media3D\LineUtil.cs (1)
251matrix[0,1] = m.M12;
MS\Internal\Media3D\M3DUtil.cs (2)
227double a = matrix.M12 * originalBox.X; 228double b = matrix.M12 * oldMaxX;
System\Windows\Media\Composition.cs (1)
27matrix._12 = (float) m.M12;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
62matrix1.M12 == matrix2.M12 && 116matrix1.M12.Equals(matrix2.M12) && 187M12.GetHashCode() ^