9 writes to Matrix
PresentationCore (6)
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (4)
82
newTransform.
Matrix
= origTransform.Value;
143
matrixTransform.
Matrix
= composedMatrix;
156
((MatrixTransform) (_hitGeometryInternal.Transform)).
Matrix
= matrix;
179
((MatrixTransform) (_hitGeometryInternal.Transform)).
Matrix
= matrix;
Core\CSharp\System\Windows\Media\MatrixTransform.cs (2)
63
Matrix
= new Matrix(m11, m12, m21, m22, offsetX, offsetY);
72
Matrix
= matrix;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
758
_transform.
Matrix
= matrix;
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
617
_transform.
Matrix
= matrix;
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
577
_transform.
Matrix
= matrix;
15 references to Matrix
PresentationCore (9)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
865
_worldTransform.
Matrix
,
1905
_worldTransform.
Matrix
,
Core\CSharp\System\Windows\Media\Generated\MatrixTransform.cs (1)
173
data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(
Matrix
);
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (1)
171
Matrix matrix = ((MatrixTransform) (_hitGeometryInternal.Transform)).
Matrix
;
Core\CSharp\System\Windows\Media\MatrixTransform.cs (5)
86
return
Matrix
;
99
return
Matrix
.IsIdentity && CanFreeze;
121
return ((IFormattable)
Matrix
).ToString(format, provider);
126
Matrix matrix =
Matrix
;
132
result =
Matrix
;
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
773
!Matrix.Equals(((MatrixTransform)oldTransform).
Matrix
, ((MatrixTransform)_hostToAdornedElement).
Matrix
))
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (4)
261
x = ((target.ActualWidth * transform.
Matrix
.M11) - window.Width) / 2.0;
262
y = ((target.ActualHeight * transform.
Matrix
.M22) - window.Height) / 2.0;
268
x = ((target.ActualWidth * transform.
Matrix
.M11) - window.Width) / 2.0;
274
y = ((target.ActualHeight * transform.
Matrix
.M22) - window.Height) / 2.0;