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