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