10 writes to Matrix
PresentationCore (6)
System\Windows\Media\GeometryHitTestParameters.cs (4)
68newTransform.Matrix = origTransform.Value; 133matrixTransform.Matrix = composedMatrix; 146((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix; 169((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix;
System\Windows\Media\MatrixTransform.cs (2)
42Matrix = new Matrix(m11, m12, m21, m22, offsetX, offsetY); 51Matrix = matrix;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
763Matrix = matrix
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
763Matrix = matrix
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
615Matrix = matrix
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
575Matrix = matrix
13 references to Matrix
PresentationCore (10)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
324Point originTabletCoord = originScreenCoord * screenToTablet.Matrix;
System\Windows\InterOp\HwndTarget.cs (2)
784_worldTransform.Matrix, 1732_worldTransform.Matrix,
System\Windows\Media\Generated\MatrixTransform.cs (1)
143data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix);
System\Windows\Media\GeometryHitTestParameters.cs (1)
161Matrix matrix = ((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix;
System\Windows\Media\MatrixTransform.cs (5)
65return Matrix; 78return Matrix.IsIdentity && CanFreeze; 100return ((IFormattable)Matrix).ToString(format, provider); 105Matrix matrix = Matrix; 111result = Matrix;
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
3089Matrix matrix = matrixTransform.Matrix;
System\Windows\Input\KeyboardNavigation.cs (2)
718!Matrix.Equals(((MatrixTransform)oldTransform).Matrix, ((MatrixTransform)_hostToAdornedElement).Matrix))