5 references to PointCollection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1459
case KnownElements.
PointCollection
: o = new System.Windows.Media.PointCollection(); break;
2562
case KnownElements.
PointCollection
:
3748
case KnownElements.
PointCollection
: converterId = KnownElements.PointCollectionConverter; break;
6020
case KnownElements.
PointCollection
: t = typeof(System.Windows.Media.PointCollection); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2686
else if (objectType == KnownTypes.Types[(int)KnownElements.
PointCollection
])