7 writes to Matrix
PresentationCore (7)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
339data.Matrix = CompositionResourceManager.TransformToMilMatrix3x2D(Transform);
Core\CSharp\System\Windows\Media\Geometry.cs (1)
1072data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix.Identity);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1643pathGeoData.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix.Identity);
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
275data.Matrix = CompositionResourceManager.TransformToMilMatrix3x2D(Transform);
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1032data.Matrix = CompositionResourceManager.TransformToMilMatrix3x2D(Transform);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
432data.Matrix = CompositionResourceManager.TransformToMilMatrix3x2D(Transform);
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
405data.Matrix = CompositionResourceManager.TransformToMilMatrix3x2D(Transform);
11 references to Matrix
PresentationCore (11)
Core\CSharp\System\Windows\Media\Geometry.cs (5)
315&pathData.Matrix, 440&pathData.Matrix, 656&pathData.Matrix, 767&pathData.Matrix, 903&pathData.Matrix,
Core\CSharp\System\Windows\Media\PathGeometry.cs (6)
630&pathData.Matrix, 691&data1.Matrix, 695&data2.Matrix, 856&pathData.Matrix, 913&data1.Matrix, 917&data2.Matrix,