4 references to Point3DCollection
PresentationBuildTasks (4)
Framework\System\Windows\Markup\KnownTypes.cs (3)
2561
case KnownElements.
Point3DCollection
:
3769
case KnownElements.
Point3DCollection
: converterId = KnownElements.Point3DCollectionConverter; break;
5394
case KnownElements.
Point3DCollection
: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollection"); break;
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2778
else if (objectType == KnownTypes.Types[(int)KnownElements.
Point3DCollection
])