4 references to XamlInt32CollectionSerializer
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (1)
2790case (short)KnownElements.XamlInt32CollectionSerializer:
System\Windows\Markup\KnownTypes.cs (2)
1656case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break; 6293case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.XamlInt32CollectionSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2692return (int)KnownElements.XamlInt32CollectionSerializer;