4 instantiations of XamlInt32CollectionSerializer
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2587
new System.Windows.Markup.
XamlInt32CollectionSerializer
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11361
bamlType.DefaultConstructor = delegate() { return new System.Windows.Markup.
XamlInt32CollectionSerializer
(); };
System\Windows\Markup\BamlRecords.cs (1)
2597
XamlSerializer serializer = new
XamlInt32CollectionSerializer
();
System\Windows\Markup\KnownTypes.cs (1)
1662
case KnownElements.XamlInt32CollectionSerializer: o = new System.Windows.Markup.
XamlInt32CollectionSerializer
(); break;
12 references to XamlInt32CollectionSerializer
PresentationFramework (12)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
841
case 745: t = () => typeof(
XamlInt32CollectionSerializer
); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (7)
1433
System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType type =
1434
(System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType)reader.ReadByte();
1443
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Byte:
1450
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.UShort:
1457
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Integer:
1465
case System.Windows.Markup.
XamlInt32CollectionSerializer
.IntegerCollectionType.Consecutive:
2586
System.Windows.Markup.
XamlInt32CollectionSerializer
serializer =
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11359
typeof(System.Windows.Markup.
XamlInt32CollectionSerializer
),
System\Windows\Markup\BamlRecords.cs (2)
2595
else if (SerializerType == typeof(
XamlInt32CollectionSerializer
))
2804
_valueObject =
XamlInt32CollectionSerializer
.StaticConvertCustomBinaryToObject(reader);
System\Windows\Markup\KnownTypes.cs (1)
6299
case KnownElements.XamlInt32CollectionSerializer: t = typeof(System.Windows.Markup.
XamlInt32CollectionSerializer
); break;