3 instantiations of MatrixCamera
PresentationCore (1)
System\Windows\Media3D\Generated\MatrixCamera.cs (1)
144return new MatrixCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6675bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.MatrixCamera(); };
System\Windows\Markup\KnownTypes.cs (1)
1400case KnownElements.MatrixCamera: o = new System.Windows.Media.Media3D.MatrixCamera(); break;
12 references to MatrixCamera
PresentationCore (9)
System\Windows\Media3D\Generated\MatrixCamera.cs (9)
55public new MatrixCamera Clone() 57return (MatrixCamera)base.Clone(); 64public new MatrixCamera CloneCurrentValue() 66return (MatrixCamera)base.CloneCurrentValue(); 82MatrixCamera target = ((MatrixCamera) d); 89MatrixCamera target = ((MatrixCamera) d); 317Type typeofThis = typeof(MatrixCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
487case 391: t = () => typeof(MatrixCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6673typeof(System.Windows.Media.Media3D.MatrixCamera),
System\Windows\Markup\KnownTypes.cs (1)
5945case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break;