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