13 references to Matrix
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1464return new Matrix(M00, M01, M10, M11, M20, M21);
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
499return new Matrix(
Core\CSharp\System\Windows\Media\MatrixTransform.cs (1)
63Matrix = new Matrix(m11, m12, m21, m22, offsetX, offsetY);
Core\CSharp\System\Windows\Media\Renderer.cs (1)
78Matrix deviceTransform = new Matrix(
PresentationFramework (3)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (1)
967return new Matrix(m11, 0, 0, m22, dx, dy);
src\Framework\System\Windows\Controls\ComboBox.cs (1)
938visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0));
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
993matrix = new Matrix(-1.0, 0.0, 0.0, 1.0, adorner.RenderSize.Width, 0.0);
PresentationFramework.Classic (3)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
1202_tabCache.Transform = new MatrixTransform(new Matrix(0.0, 1.0, 1.0, 0.0, xOffset, yOffset)); 1205_tabCache.Transform = new MatrixTransform(new Matrix(0.0, -1.0, -1.0, 0.0, xOffset, yOffset)); 1208_tabCache.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, -1.0, xOffset, yOffset));
WindowsBase (3)
Base\System\Windows\Media\Generated\Matrix.cs (1)
208value = new Matrix(
Shared\MS\Internal\MatrixUtil.cs (2)
232matrix1 = new Matrix( 260matrix = new Matrix(1, 0, 0, 1, offsetX, offsetY);