3 instantiations of Point3DCollectionConverter
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
918case -462: o = new System.Windows.Media.Media3D.Point3DCollectionConverter(); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7598bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Media3D.Point3DCollectionConverter(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1458case KnownElements.Point3DCollectionConverter: o = new System.Windows.Media.Media3D.Point3DCollectionConverter(); break;
5 references to Point3DCollectionConverter
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
48[TypeConverter(typeof(Point3DCollectionConverter))]
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
554case 462: t = () => typeof(Point3DCollectionConverter); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
7585bamlType.TypeConverterType = typeof(System.Windows.Media.Media3D.Point3DCollectionConverter); 7596typeof(System.Windows.Media.Media3D.Point3DCollectionConverter),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6006case KnownElements.Point3DCollectionConverter: t = typeof(System.Windows.Media.Media3D.Point3DCollectionConverter); break;