5 references to Point3DCollection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1456case KnownElements.Point3DCollection: o = new System.Windows.Media.Media3D.Point3DCollection(); break; 2567case KnownElements.Point3DCollection: 3779case KnownElements.Point3DCollection: converterId = KnownElements.Point3DCollectionConverter; break; 6015case KnownElements.Point3DCollection: t = typeof(System.Windows.Media.Media3D.Point3DCollection); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2691else if (objectType == KnownTypes.Types[(int)KnownElements.Point3DCollection])