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