10 writes to Matrix
PresentationCore (6)
System\Windows\Media\GeometryHitTestParameters.cs (4)
69newTransform.Matrix = origTransform.Value; 134matrixTransform.Matrix = composedMatrix; 147((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix; 170((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix = matrix;
System\Windows\Media\MatrixTransform.cs (2)
43Matrix = new Matrix(m11, m12, m21, m22, offsetX, offsetY); 52Matrix = matrix;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
747_transform.Matrix = matrix;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
747_transform.Matrix = matrix;
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
607_transform.Matrix = matrix;
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
567_transform.Matrix = matrix;
13 references to Matrix
PresentationCore (10)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
325Point originTabletCoord = originScreenCoord * screenToTablet.Matrix;
System\Windows\InterOp\HwndTarget.cs (2)
787_worldTransform.Matrix, 1740_worldTransform.Matrix,
System\Windows\Media\Generated\MatrixTransform.cs (1)
133data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix);
System\Windows\Media\GeometryHitTestParameters.cs (1)
162Matrix matrix = ((MatrixTransform) (_hitGeometryInternal.Transform)).Matrix;
System\Windows\Media\MatrixTransform.cs (5)
66return Matrix; 79return Matrix.IsIdentity && CanFreeze; 101return ((IFormattable)Matrix).ToString(format, provider); 106Matrix matrix = Matrix; 112result = Matrix;
PresentationFramework (3)
System\Windows\Controls\ItemsControl.cs (1)
3120Matrix matrix = matrixTransform.Matrix;
System\Windows\Input\KeyboardNavigation.cs (2)
715!Matrix.Equals(((MatrixTransform)oldTransform).Matrix, ((MatrixTransform)_hostToAdornedElement).Matrix))