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