21 references to M21
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
561
xForm = new NativeMethods.XFORM((float)(matrix.M11), (float)(matrix.M12), (float)(matrix.
M21
),
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
1147
Double.IsNaN(matrix.
M21
) ||
1162
Double.IsInfinity(matrix.
M21
) ||
Core\CSharp\System\Windows\Media\Composition.cs (3)
121
matrix.M_21 = m.
M21
;
156
matrix.S_21 = m.
M21
;
187
matrix.S_21 = m.
M21
;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1776
double m21 = matrix.
M21
;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (4)
126
(DoubleUtil.IsZero(m.M12) && DoubleUtil.IsZero(m.
M21
)) )
145
if (DoubleUtil.IsZero(m.M12) && DoubleUtil.IsZero(m.
M21
))
167
scaleY = Math.Abs(m.
M21
);
176
if (m.
M21
>= 0)
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
635
fixedBlock.Matrix.
M21
!= textRun.Matrix.
M21
||
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
148
double xScale = Math.Sqrt(mat.M11 * mat.M11 + mat.
M21
* mat.
M21
);
src\Framework\System\Windows\FrameworkElement.cs (1)
4167
Double c = trMatrix.
M21
;
WindowsBase (5)
Base\System\Windows\Media\Generated\Matrix.cs (5)
73
matrix1.
M21
== matrix2.
M21
&&
117
matrix1.
M21
.Equals(matrix2.
M21
) &&
178
M21
.GetHashCode() ^