4 references to XamlPointCollectionSerializer
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (1)
2797case (short)KnownElements.XamlPointCollectionSerializer:
System\Windows\Markup\KnownTypes.cs (2)
1665case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.XamlPointCollectionSerializer(); break; 6302case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.XamlPointCollectionSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2701return (int)KnownElements.XamlPointCollectionSerializer;