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