1 instantiation of XamlVector3DCollectionSerializer
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (1)
2571XamlSerializer serializer = new XamlVector3DCollectionSerializer();
2 references to XamlVector3DCollectionSerializer
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (1)
2569else if (SerializerType == typeof(XamlVector3DCollectionSerializer))
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5493case KnownElements.XamlVector3DCollectionSerializer: t = typeof(XamlVector3DCollectionSerializer); break;