5 references to Point3DCollection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1450
case KnownElements.
Point3DCollection
: o = new System.Windows.Media.Media3D.Point3DCollection(); break;
2561
case KnownElements.
Point3DCollection
:
3773
case KnownElements.
Point3DCollection
: converterId = KnownElements.Point3DCollectionConverter; break;
6009
case KnownElements.
Point3DCollection
: t = typeof(System.Windows.Media.Media3D.Point3DCollection); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2678
else if (objectType == KnownTypes.Types[(int)KnownElements.
Point3DCollection
])