23 references to M22
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
562(float)(matrix.M22), (float)(matrix.OffsetX), (float)(matrix.OffsetY));
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
1148Double.IsNaN(matrix.M22) || 1163Double.IsInfinity(matrix.M22) ||
Core\CSharp\System\Windows\Media\Composition.cs (3)
122matrix.M_22 = m.M22; 157matrix.S_22 = m.M22; 188matrix.S_22 = m.M22;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1777double m22 = matrix.M22;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (4)
125if ( (DoubleUtil.IsZero(m.M11) && DoubleUtil.IsZero(m.M22)) || 148scaleY = Math.Abs(m.M22); 157if (m.M22 < 0) 164Debug.Assert(DoubleUtil.IsZero(m.M11) && DoubleUtil.IsZero(m.M22));
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
636fixedBlock.Matrix.M22 != textRun.Matrix.M22)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
147double yScale = Math.Sqrt(mat.M12*mat.M12 + mat.M22*mat.M22);
src\Framework\System\Windows\FrameworkElement.cs (1)
4168Double d = trMatrix.M22;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
262y = ((target.ActualHeight * transform.Matrix.M22) - window.Height) / 2.0; 274y = ((target.ActualHeight * transform.Matrix.M22) - window.Height) / 2.0;
WindowsBase (5)
Base\System\Windows\Media\Generated\Matrix.cs (5)
74matrix1.M22 == matrix2.M22 && 118matrix1.M22.Equals(matrix2.M22) && 179M22.GetHashCode() ^