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