9 references to M12
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
258matrix[0,1] = m.M12;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
232double a = matrix.M12 * originalBox.X; 233double b = matrix.M12 * oldMaxX;
Core\CSharp\System\Windows\Media\Composition.cs (1)
46matrix._12 = (float) m.M12;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
82matrix1.M12 == matrix2.M12 && 136matrix1.M12.Equals(matrix2.M12) && 207M12.GetHashCode() ^