11 references to M23
PresentationCore (11)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
263
matrix[1,2] = m.
M23
;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
293
a = matrix.
M23
* originalBox.Y;
294
b = matrix.
M23
* oldMaxY;
Core\CSharp\System\Windows\Media\Composition.cs (1)
51
matrix._23 = (float) m.
M23
;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
87
matrix1.
M23
== matrix2.
M23
&&
141
matrix1.
M23
.Equals(matrix2.
M23
) &&
212
M23
.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;