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