4 references to PointCollection
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (3)
2561case KnownElements.PointCollection: 3747case KnownElements.PointCollection: converterId = KnownElements.PointCollectionConverter; break; 5311case KnownElements.PointCollection: t = _asmCore.GetType("System.Windows.Media.PointCollection"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
2686else if (objectType == KnownTypes.Types[(int)KnownElements.PointCollection])