4 references to XamlPointCollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2885case (short)KnownElements.XamlPointCollectionSerializer:
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1666case KnownElements.XamlPointCollectionSerializer: o = new System.Windows.Markup.XamlPointCollectionSerializer(); break; 6292case KnownElements.XamlPointCollectionSerializer: t = typeof(System.Windows.Markup.XamlPointCollectionSerializer); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2788return (int)KnownElements.XamlPointCollectionSerializer;