4 instantiations of 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;
12 references to XamlInt32CollectionSerializer
PresentationFramework (12)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
837
case 745: t = () => typeof(
XamlInt32CollectionSerializer
); break;
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
1447
System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType type =
1448
(System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType)reader.ReadByte();
1457
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Byte:
1464
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.UShort:
1471
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Integer:
1479
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Consecutive:
2610
System.Windows.Markup.
XamlInt32CollectionSerializer
serializer =
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11355
typeof(System.Windows.Markup.
XamlInt32CollectionSerializer
),
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2679
else if (SerializerType == typeof(
XamlInt32CollectionSerializer
))
2892
_valueObject =
XamlInt32CollectionSerializer
.StaticConvertCustomBinaryToObject(reader);
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6289
case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.
XamlInt32CollectionSerializer
); break;