5 references to MatrixTransform3D
PresentationCore (5)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
190rayHitTestParameters.PushVisualTransform(new MatrixTransform3D(_worldTransformation));
Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs (1)
162return new MatrixTransform3D(matrix);
Core\CSharp\System\Windows\Media3D\Transform3D.cs (1)
154return new MatrixTransform3D(matrix);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
1730group.Children.Add(new MatrixTransform3D(m)); 1784finalTransform = new MatrixTransform3D(m);