4 references to XamlInt32CollectionSerializer
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2611new System.Windows.Markup.XamlInt32CollectionSerializer();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11357bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.XamlInt32CollectionSerializer(); };
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2681XamlSerializer serializer = new XamlInt32CollectionSerializer();
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1663case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.XamlInt32CollectionSerializer(); break;