4 references to XamlPoint3DCollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2875case (short)KnownElements.XamlPoint3DCollectionSerializer:
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1665case KnownElements.XamlPoint3DCollectionSerializer: o = new System.Windows.Markup.XamlPoint3DCollectionSerializer(); break; 6291case KnownElements.XamlPoint3DCollectionSerializer: t = typeof(System.Windows.Markup.XamlPoint3DCollectionSerializer); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2780return (int)KnownElements.XamlPoint3DCollectionSerializer;