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