39 references to MatrixTransform
PresentationCore (20)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
195_stylusPoints.Transform(new System.Windows.Media.MatrixTransform(transformMatrix));
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
313_worldTransform = new MatrixTransform( 1853_worldTransform = new MatrixTransform(new Matrix(
Core\CSharp\System\Windows\Media\GeneralTransformGroup.cs (1)
153return new MatrixTransform(matrix);
Core\CSharp\System\Windows\Media\Geometry.cs (1)
254copy.Transform = new MatrixTransform(internalTransform.Value * transform.Value);
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
81Transform combined = new MatrixTransform(GetCombinedMatrix(transform));
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (1)
282transform = new MatrixTransform(combined);
Core\CSharp\System\Windows\Media\Parsers.cs (1)
313return new MatrixTransform(matrix);
Core\CSharp\System\Windows\Media\Renderer.cs (1)
84MatrixTransform mtDeviceTransform = new MatrixTransform(deviceTransform);
Core\CSharp\System\Windows\Media\Transform.cs (2)
55Transform identity = new MatrixTransform(Matrix.Identity); 177return new MatrixTransform(matrix);
Core\CSharp\System\Windows\Media\Visual.cs (9)
2252result = new MatrixTransform(m); 2256group.Children.Add(new MatrixTransform(m)); 4454MatrixTransform m = new MatrixTransform(m0); 4462g0 = new MatrixTransform(m0); 4467g1 = new MatrixTransform(m1); 4503MatrixTransform matrixTransform = new MatrixTransform(simpleTransform); 4586group.Children.Add(new MatrixTransform(m)); 4616group.Children.Add(new MatrixTransform(m)); 4654group.Children.Add(new MatrixTransform(m));
PresentationFramework (13)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
452Transform transform = new MatrixTransform(firstTransform.Value * secondTransform.Value);
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\Controls\Primitives\DocumentPageView.cs (2)
413pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value); 429pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1858_popupRoot.Value.Transform = new MatrixTransform(popupTransform);
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
994matrixTransform = new MatrixTransform(matrix);
src\Framework\System\windows\Documents\CaretElement.cs (1)
515: new MatrixTransform(targetGeometry.Transform.Value * transformToAdd.Value);
src\Framework\System\Windows\FrameworkElement.cs (3)
4104_transform = new MatrixTransform(sourceTransform.Value); 4979slotClip.Transform = new MatrixTransform(m); 5001slotClip.Transform = new MatrixTransform(slotClip.Transform.Value * rtlMirror.Value);
src\Framework\System\Windows\Shapes\Shape.cs (3)
109return new MatrixTransform(stretchMatrix.Value); 762_renderedGeometry.Transform = new MatrixTransform(stretchMatrix); 766_renderedGeometry.Transform = new MatrixTransform(renderedTransform.Value * stretchMatrix);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
60MatrixTransform horizontalRotate = new MatrixTransform(m1 * m2);
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));
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
99MatrixTransform horizontalRotate = new MatrixTransform(m1 * m2);
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
55MatrixTransform horizontalRotate = new MatrixTransform(m1 * m2);