3 references to PointCollectionConverter
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1460case KnownElements.PointCollectionConverter: o = new System.Windows.Media.PointCollectionConverter(); break; 3748case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 6021case KnownElements.PointCollectionConverter: t = typeof(System.Windows.Media.PointCollectionConverter); break;