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