3 instantiations of MatrixCamera
PresentationCore (1)
System\Windows\Media3D\Generated\MatrixCamera.cs (1)
120return new MatrixCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6673bamlType.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)
31public new MatrixCamera Clone() 33return (MatrixCamera)base.Clone(); 40public new MatrixCamera CloneCurrentValue() 42return (MatrixCamera)base.CloneCurrentValue(); 58MatrixCamera target = ((MatrixCamera) d); 65MatrixCamera target = ((MatrixCamera) d); 293Type typeofThis = typeof(MatrixCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
485case 391: t = () => typeof(MatrixCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6671typeof(System.Windows.Media.Media3D.MatrixCamera),
System\Windows\Markup\KnownTypes.cs (1)
5945case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break;