9 references to M24
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
264
matrix[1,3] = m.
M24
;
Core\CSharp\System\Windows\Media\Composition.cs (1)
52
matrix._24 = (float) m.
M24
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
88
matrix1.
M24
== matrix2.
M24
&&
142
matrix1.
M24
.Equals(matrix2.
M24
) &&
213
M24
.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;