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