4 references to XamlPointCollectionSerializer
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (1)
2785case (short)KnownElements.XamlPointCollectionSerializer:
System\Windows\Markup\KnownTypes.cs (2)
1659case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.XamlPointCollectionSerializer(); break; 6296case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.XamlPointCollectionSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2688return (int)KnownElements.XamlPointCollectionSerializer;