3 instantiations of MatrixCamera
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs (1)
150return new MatrixCamera();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6671bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.MatrixCamera(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1401case KnownElements.MatrixCamera: o = new System.Windows.Media.Media3D.MatrixCamera(); break;
12 references to MatrixCamera
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\Generated\MatrixCamera.cs (9)
61public new MatrixCamera Clone() 63return (MatrixCamera)base.Clone(); 70public new MatrixCamera CloneCurrentValue() 72return (MatrixCamera)base.CloneCurrentValue(); 88MatrixCamera target = ((MatrixCamera) d); 95MatrixCamera target = ((MatrixCamera) d); 334Type typeofThis = typeof(MatrixCamera);
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
483case 391: t = () => typeof(MatrixCamera); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6669typeof(System.Windows.Media.Media3D.MatrixCamera),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5935case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break;