9 instantiations of MatrixTransform3D
PresentationCore (7)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
177rayHitTestParameters.PushVisualTransform(new MatrixTransform3D(_worldTransformation));
System\Windows\Media3D\GeneralTransform3DGroup.cs (1)
141return new MatrixTransform3D(matrix);
System\Windows\Media3D\Generated\MatrixTransform3D.cs (1)
98return new MatrixTransform3D();
System\Windows\Media3D\Transform3D.cs (2)
145return new MatrixTransform3D(matrix); 180MatrixTransform3D identity = new MatrixTransform3D();
System\Windows\Media3D\Visual3D.cs (2)
1694group.Children.Add(new MatrixTransform3D(m)); 1748finalTransform = new MatrixTransform3D(m);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7393DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.MatrixTransform3D(); }
System\Windows\Markup\KnownTypes.cs (1)
1398case KnownElements.MatrixTransform3D: o = new System.Windows.Media.Media3D.MatrixTransform3D(); break;
11 references to MatrixTransform3D
PresentationCore (8)
System\Windows\Media3D\Generated\MatrixTransform3D.cs (7)
31public new MatrixTransform3D Clone() 33return (MatrixTransform3D)base.Clone(); 40public new MatrixTransform3D CloneCurrentValue() 42return (MatrixTransform3D)base.CloneCurrentValue(); 58MatrixTransform3D target = ((MatrixTransform3D) d); 255Type typeofThis = typeof(MatrixTransform3D);
System\Windows\Media3D\Transform3D.cs (1)
180MatrixTransform3D identity = new MatrixTransform3D();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
490case 396: t = () => typeof(MatrixTransform3D); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7390typeof(System.Windows.Media.Media3D.MatrixTransform3D),
System\Windows\Markup\KnownTypes.cs (1)
5944case KnownElements.MatrixTransform3D: t = typeof(System.Windows.Media.Media3D.MatrixTransform3D); break;