1 instantiation of XamlPoint3DCollectionSerializer
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
2651XamlSerializer serializer = new XamlPoint3DCollectionSerializer();
2 references to XamlPoint3DCollectionSerializer
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecords.cs (1)
2649else if (SerializerType == typeof(XamlPoint3DCollectionSerializer))
Framework\System\Windows\Markup\KnownTypes.cs (1)
5482case KnownElements.XamlPoint3DCollectionSerializer: t = typeof(XamlPoint3DCollectionSerializer); break;