10 writes to Matrix
PresentationCore (6)
System\Windows\Media\GeometryHitTestParameters.cs (4)
77newTransform.Matrix = origTransform.Value; 142matrixTransform.Matrix = composedMatrix; 155((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix; 178((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix;
System\Windows\Media\MatrixTransform.cs (2)
60Matrix = new Matrix(m11, m12, m21, m22, offsetX, offsetY); 69Matrix = matrix;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
752_transform.Matrix = matrix;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
752_transform.Matrix = matrix;
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
611_transform.Matrix = matrix;
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
571_transform.Matrix = matrix;
13 references to Matrix
PresentationCore (10)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
330Point originTabletCoord = originScreenCoord * screenToTablet.Matrix;
System\Windows\InterOp\HwndTarget.cs (2)
800_worldTransform.Matrix, 1753_worldTransform.Matrix,
System\Windows\Media\Generated\MatrixTransform.cs (1)
161data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix);
System\Windows\Media\GeometryHitTestParameters.cs (1)
170Matrix matrix = ((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix;
System\Windows\Media\MatrixTransform.cs (5)
83return Matrix; 96return Matrix.IsIdentity && CanFreeze; 118return ((IFormattable)Matrix).ToString(format, provider); 123Matrix matrix = Matrix; 129result = Matrix;
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
3129Matrix matrix = matrixTransform.Matrix;
System\Windows\Input\KeyboardNavigation.cs (2)
725!Matrix.Equals(((MatrixTransform)oldTransform).Matrix, ((MatrixTransform)_hostToAdornedElement).Matrix))