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