18 references to Translate
PresentationCore (8)
Core\CSharp\System\Windows\Media\Animation\MatrixAnimationUsingPath.cs (1)
303matrix.Translate(pathPoint.X, pathPoint.Y);
Core\CSharp\System\Windows\Media\SkewTransform.cs (2)
79matrix.Translate(-centerX, -centerY); 86matrix.Translate(centerX, centerY);
Core\CSharp\System\Windows\Media\TranslateTransform.cs (1)
68matrix.Translate(X, Y);
Core\CSharp\System\Windows\Media\Visual.cs (3)
2248m.Translate(_offset.X, _offset.Y); // Consider having a bit that indicates that we have a non-null offset. 2345inv.Translate(-child._offset.X, -child._offset.Y); 4600m.Translate(gAsVisual._offset.X, gAsVisual._offset.Y); // Consider having a bit that indicates that we have a non-null offset.
Shared\MS\Internal\PointUtil.cs (1)
164m.Translate(offset.X, offset.Y);
PresentationFramework (1)
src\Framework\System\Windows\Shapes\Shape.cs (1)
569stretchMatrix.Translate(dX, dY);
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
58m2.Translate(0.0, size.Height);
Microsoft\Windows\Themes\ScrollChrome.cs (2)
747matrix.Translate(x, y); 754matrix.Translate(x, y);
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
97m2.Translate(0.0, size.Height);
Microsoft\Windows\Themes\ScrollChrome.cs (2)
606matrix.Translate(x, y); 613matrix.Translate(x, y);
PresentationFramework.Royale (3)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
53m2.Translate(0.0, size.Height);
Microsoft\Windows\Themes\ScrollChrome.cs (2)
566matrix.Translate(x, y); 573matrix.Translate(x, y);