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