9 references to M44
PresentationCore (9)
MS\Internal\Media3D\LineUtil.cs (1)
271
matrix[3,3] = m.
M44
;
System\Windows\Media\Composition.cs (1)
58
matrix._44 = (float) m.
M44
;
System\Windows\Media3D\Generated\Matrix3D.cs (5)
91
matrix1.
M44
== matrix2.
M44
;
145
matrix1.
M44
.Equals(matrix2.
M44
);
216
M44
.GetHashCode();
System\Windows\Media3D\MeshGeometry3D.cs (2)
406
double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.
M44
;
492
double pw = worldPointHit.X * m.M14 + worldPointHit.Y * m.M24 + worldPointHit.Z * m.M34 + m.
M44
;