3 instantiations of MatrixCamera
PresentationCore (1)
System\Windows\Media3D\Generated\MatrixCamera.cs (1)
128return new MatrixCamera();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7323DefaultConstructor = delegate () { return new System.Windows.Media.Media3D.MatrixCamera(); }
System\Windows\Markup\KnownTypes.cs (1)
1393case KnownElements.MatrixCamera: o = new System.Windows.Media.Media3D.MatrixCamera(); break;
12 references to MatrixCamera
PresentationCore (9)
System\Windows\Media3D\Generated\MatrixCamera.cs (9)
39public new MatrixCamera Clone() 41return (MatrixCamera)base.Clone(); 48public new MatrixCamera CloneCurrentValue() 50return (MatrixCamera)base.CloneCurrentValue(); 66MatrixCamera target = ((MatrixCamera) d); 73MatrixCamera target = ((MatrixCamera) d); 305Type typeofThis = typeof(MatrixCamera);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
484case 391: t = () => typeof(MatrixCamera); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7320typeof(System.Windows.Media.Media3D.MatrixCamera),
System\Windows\Markup\KnownTypes.cs (1)
5938case KnownElements.MatrixCamera: t = typeof(System.Windows.Media.Media3D.MatrixCamera); break;