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