5 references to Point3DCollection
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (3)
454
Point3DCollection collection = new
Point3DCollection
();
549
return new
Point3DCollection
();
749
Point3DCollection resource = new
Point3DCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7584
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.
Point3DCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1457
case KnownElements.Point3DCollection: o = new System.Windows.Media.Media3D.
Point3DCollection
(); break;