5 references to PointCollection
PresentationFramework (5)
src\Framework\System\Windows\Markup\KnownTypes.cs (4)
1466case KnownElements.PointCollection: o = new System.Windows.Media.PointCollection(); break; 2562case KnownElements.PointCollection: 3744case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 6016case KnownElements.PointCollection: t = typeof(System.Windows.Media.PointCollection); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2786else if (objectType == KnownTypes.Types[(int)KnownElements.PointCollection])