11 references to M13
PresentationCore (11)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
259
matrix[0,2] = m.
M13
;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
279
double a = matrix.
M13
* originalBox.X;
280
double b = matrix.
M13
* oldMaxX;
Core\CSharp\System\Windows\Media\Composition.cs (1)
47
matrix._13 = (float) m.
M13
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
83
matrix1.
M13
== matrix2.
M13
&&
137
matrix1.
M13
.Equals(matrix2.
M13
) &&
208
M13
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
410
double pz = worldPointHit.X * m.
M13
+ worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ;
496
double pz = worldPointHit.X * m.
M13
+ worldPointHit.Y * m.M23 + worldPointHit.Z * m.M33 + m.OffsetZ;