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