4 references to XamlInt32CollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2890case (short)KnownElements.XamlInt32CollectionSerializer:
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
1663case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break; 6289case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.XamlInt32CollectionSerializer); break;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
2792return (int)KnownElements.XamlInt32CollectionSerializer;