4 references to PointCollection
PresentationBuildTasks (4)
Framework\System\Windows\Markup\KnownTypes.cs (3)
2562
case KnownElements.
PointCollection
:
3744
case KnownElements.
PointCollection
: converterId = KnownElements.PointCollectionConverter; break;
5308
case KnownElements.
PointCollection
: t = _asmCore.GetType("System.Windows.Media.PointCollection"); break;
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2786
else if (objectType == KnownTypes.Types[(int)KnownElements.
PointCollection
])