5 references to Point3DCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\KnownTypes.cs (4)
1457case KnownElements.Point3DCollection: o = new System.Windows.Media.Media3D.Point3DCollection(); break; 2561case KnownElements.Point3DCollection: 3769case KnownElements.Point3DCollection: converterId = KnownElements.Point3DCollectionConverter; break; 6005case KnownElements.Point3DCollection: t = typeof(System.Windows.Media.Media3D.Point3DCollection); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2778else if (objectType == KnownTypes.Types[(int)KnownElements.Point3DCollection])