9 references to M44
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
272
matrix[3,3] = m.
M44
;
Core\CSharp\System\Windows\Media\Composition.cs (1)
60
matrix._44 = (float) m.
M44
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
96
matrix1.
M44
== matrix2.
M44
;
150
matrix1.
M44
.Equals(matrix2.
M44
);
221
M44
.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
;