20 references to IntegerCollectionType
PresentationFramework (20)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1428
System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
type =
1429
(System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
)reader.ReadByte();
1438
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Byte:
1445
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.UShort:
1452
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Integer:
1460
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Consecutive:
System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
131
writer.Write( (byte)
IntegerCollectionType
.Consecutive );
143
IntegerCollectionType
type;
147
type =
IntegerCollectionType
.Byte;
151
type =
IntegerCollectionType
.UShort;
155
type =
IntegerCollectionType
.Integer;
163
case
IntegerCollectionType
.Byte:
178
case
IntegerCollectionType
.UShort:
193
case
IntegerCollectionType
.Integer:
267
IntegerCollectionType
type;
269
type = (
IntegerCollectionType
) reader.ReadByte();
281
if ( type ==
IntegerCollectionType
.Consecutive )
295
case
IntegerCollectionType
.Byte :
304
case
IntegerCollectionType
.UShort :
313
case
IntegerCollectionType
.Integer :