4 references to XamlPoint3DCollectionSerializer
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (1)
2787
case (short)KnownElements.
XamlPoint3DCollectionSerializer
:
System\Windows\Markup\KnownTypes.cs (2)
1664
case KnownElements.
XamlPoint3DCollectionSerializer
: o = new System.Windows.Markup.XamlPoint3DCollectionSerializer(); break;
6301
case KnownElements.
XamlPoint3DCollectionSerializer
: t = typeof(System.Windows.Markup.XamlPoint3DCollectionSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2685
return (int)KnownElements.
XamlPoint3DCollectionSerializer
;