4 references to Point3DCollection
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (3)
2560
case KnownElements.
Point3DCollection
:
3772
case KnownElements.
Point3DCollection
: converterId = KnownElements.Point3DCollectionConverter; break;
5397
case KnownElements.
Point3DCollection
: t = _asmCore.GetType("System.Windows.Media.Media3D.Point3DCollection"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
2678
else if (objectType == KnownTypes.Types[(int)KnownElements.
Point3DCollection
])