5 references to Point3DCollection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1449
case KnownElements.
Point3DCollection
: o = new System.Windows.Media.Media3D.Point3DCollection(); break;
2560
case KnownElements.
Point3DCollection
:
3772
case KnownElements.
Point3DCollection
: converterId = KnownElements.Point3DCollectionConverter; break;
6008
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
])