9 references to M14
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
260
matrix[0,3] = m.
M14
;
Core\CSharp\System\Windows\Media\Composition.cs (1)
48
matrix._14 = (float) m.
M14
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
84
matrix1.
M14
== matrix2.
M14
&&
138
matrix1.
M14
.Equals(matrix2.
M14
) &&
209
M14
.GetHashCode() ^
Core\CSharp\System\Windows\Media3D\MeshGeometry3D.cs (2)
411
double pw = worldPointHit.X * m.
M14
+ worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44;
497
double pw = worldPointHit.X * m.
M14
+ worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.M44;