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