5 references to PointCollection
PresentationFramework (5)
System\Windows\Markup\KnownTypes.cs (4)
1465
case KnownElements.
PointCollection
: o = new System.Windows.Media.PointCollection(); break;
2568
case KnownElements.
PointCollection
:
3754
case KnownElements.
PointCollection
: converterId = KnownElements.PointCollectionConverter; break;
6026
case KnownElements.
PointCollection
: t = typeof(System.Windows.Media.PointCollection); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2691
else if (objectType == KnownTypes.Types[(int)KnownElements.
PointCollection
])