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