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