9 references to M11
PresentationCore (9)
Core\CSharp\MS\Internal\Media3D\LineUtil.cs (1)
257matrix[0,0] = m.M11;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (2)
185double a = matrix.M11 * originalBox.X; 186double b = matrix.M11 * oldMaxX;
Core\CSharp\System\Windows\Media\Composition.cs (1)
45matrix._11 = (float) m.M11;
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (5)
81return matrix1.M11 == matrix2.M11 && 135return matrix1.M11.Equals(matrix2.M11) && 206return M11.GetHashCode() ^