29 references to M11
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)
1145if (Double.IsNaN(matrix.M11) || 1160if (Double.IsInfinity(matrix.M11) ||
Core\CSharp\System\Windows\Media\Composition.cs (3)
117matrix.M_11 = m.M11; 154matrix.S_11 = m.M11; 185matrix.S_11 = m.M11;
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1774double m11 = matrix.M11;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (4)
125if ( (DoubleUtil.IsZero(m.M11) && DoubleUtil.IsZero(m.M22)) || 147scaleX = Math.Abs(m.M11); 152if (m.M11 < 0) 164Debug.Assert(DoubleUtil.IsZero(m.M11) && DoubleUtil.IsZero(m.M22));
PresentationFramework (11)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
633if (fixedBlock.Matrix.M11 != textRun.Matrix.M11 ||
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
148double xScale = Math.Sqrt(mat.M11 * mat.M11 + mat.M21 * mat.M21);
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)
4165Double a = trMatrix.M11;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
261x = ((target.ActualWidth * transform.Matrix.M11) - window.Width) / 2.0; 268x = ((target.ActualWidth * transform.Matrix.M11) - window.Width) / 2.0;
WindowsBase (5)
Base\System\Windows\Media\Generated\Matrix.cs (5)
71return matrix1.M11 == matrix2.M11 && 115return matrix1.M11.Equals(matrix2.M11) && 176return M11.GetHashCode() ^