2 references to PointCollectionConverter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3744
case KnownElements.PointCollection: converterId = KnownElements.
PointCollectionConverter
; break;
5309
case KnownElements.
PointCollectionConverter
: t = _asmCore.GetType("System.Windows.Media.PointCollectionConverter"); break;