5 references to Vector3DCollection
PresentationCore (3)
System\Windows\Media3D\Generated\Vector3DCollection.cs (3)
437Vector3DCollection collection = new Vector3DCollection(); 529return new Vector3DCollection(); 724Vector3DCollection resource = new Vector3DCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10945bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.Vector3DCollection(); };
System\Windows\Markup\KnownTypes.cs (1)
1642case KnownElements.Vector3DCollection: o = new System.Windows.Media.Media3D.Vector3DCollection(); break;