4 references to XamlInt32CollectionSerializer
PresentationFramework (4)
System\Windows\Markup\BamlRecords.cs (1)
2802case (short)KnownElements.XamlInt32CollectionSerializer:
System\Windows\Markup\KnownTypes.cs (2)
1662case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break; 6299case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.XamlInt32CollectionSerializer); break;
System\Windows\Markup\XamlTypeMapper.cs (1)
2705return (int)KnownElements.XamlInt32CollectionSerializer;