27 references to M12
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)
1146
Double.IsNaN(matrix.
M12
) ||
1161
Double.IsInfinity(matrix.
M12
) ||
Core\CSharp\System\Windows\Media\Composition.cs (3)
118
matrix.M_12 = m.
M12
;
155
matrix.S_12 = m.
M12
;
186
matrix.S_12 = m.
M12
;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1775
double m12 = matrix.
M12
;
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))
166
scaleX = Math.Abs(m.
M12
);
171
if (m.
M12
< 0)
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
634
fixedBlock.Matrix.
M12
!= textRun.Matrix.
M12
||
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\Documents\TextStore.cs (6)
2753
if ((tf.M11 != 0) || (tf.
M12
!= 0))
2755
double radSin = Math.Asin(tf.
M12
/ Math.Sqrt((tf.M11 * tf.M11) + (tf.
M12
* tf.
M12
)));
2756
double radCos = Math.Acos(tf.M11 / Math.Sqrt((tf.M11 * tf.M11) + (tf.
M12
* tf.
M12
)));
src\Framework\System\Windows\FrameworkElement.cs (1)
4166
Double b = trMatrix.
M12
;
WindowsBase (5)
Base\System\Windows\Media\Generated\Matrix.cs (5)
72
matrix1.
M12
== matrix2.
M12
&&
116
matrix1.
M12
.Equals(matrix2.
M12
) &&
177
M12
.GetHashCode() ^