4 references to GetCombinedMatrix
PresentationCore (4)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
290
Matrix matrix =
GetCombinedMatrix
(transform);
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
81
Transform combined = new MatrixTransform(
GetCombinedMatrix
(transform));
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
358
Matrix matrix =
GetCombinedMatrix
(transform);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
337
Matrix matrix =
GetCombinedMatrix
(transform);