9 instantiations of MatrixTransform3D
PresentationCore (7)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
192rayHitTestParameters.PushVisualTransform(new MatrixTransform3D(_worldTransformation));
System\Windows\Media3D\GeneralTransform3DGroup.cs (1)
160return new MatrixTransform3D(matrix);
System\Windows\Media3D\Generated\MatrixTransform3D.cs (1)
122return new MatrixTransform3D();
System\Windows\Media3D\Transform3D.cs (2)
151return new MatrixTransform3D(matrix); 187MatrixTransform3D identity = new MatrixTransform3D();
System\Windows\Media3D\Visual3D.cs (2)
1704group.Children.Add(new MatrixTransform3D(m)); 1758finalTransform = new MatrixTransform3D(m);
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6736bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.MatrixTransform3D(); };
System\Windows\Markup\KnownTypes.cs (1)
1404case KnownElements.MatrixTransform3D: o = new System.Windows.Media.Media3D.MatrixTransform3D(); break;
11 references to MatrixTransform3D
PresentationCore (8)
System\Windows\Media3D\Generated\MatrixTransform3D.cs (7)
55public new MatrixTransform3D Clone() 57return (MatrixTransform3D)base.Clone(); 64public new MatrixTransform3D CloneCurrentValue() 66return (MatrixTransform3D)base.CloneCurrentValue(); 82MatrixTransform3D target = ((MatrixTransform3D) d); 279Type typeofThis = typeof(MatrixTransform3D);
System\Windows\Media3D\Transform3D.cs (1)
187MatrixTransform3D identity = new MatrixTransform3D();
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
492case 396: t = () => typeof(MatrixTransform3D); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6734typeof(System.Windows.Media.Media3D.MatrixTransform3D),
System\Windows\Markup\KnownTypes.cs (1)
5950case KnownElements.MatrixTransform3D: t = typeof(System.Windows.Media.Media3D.MatrixTransform3D); break;