3 references to PointCollectionConverter
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1467case KnownElements.PointCollectionConverter: o = new System.Windows.Media.PointCollectionConverter(); break; 3744case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 6017case KnownElements.PointCollectionConverter: t = typeof(System.Windows.Media.PointCollectionConverter); break;