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