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