20 references to IntegerCollectionType
PresentationFramework (20)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1434
System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
type =
1435
(System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
)reader.ReadByte();
1444
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Byte:
1451
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.UShort:
1458
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Integer:
1466
case System.Windows.Markup.XamlInt32CollectionSerializer.
IntegerCollectionType
.Consecutive:
System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
130
writer.Write( (byte)
IntegerCollectionType
.Consecutive );
142
IntegerCollectionType
type;
146
type =
IntegerCollectionType
.Byte;
150
type =
IntegerCollectionType
.UShort;
154
type =
IntegerCollectionType
.Integer;
162
case
IntegerCollectionType
.Byte:
177
case
IntegerCollectionType
.UShort:
192
case
IntegerCollectionType
.Integer:
266
IntegerCollectionType
type;
268
type = (
IntegerCollectionType
) reader.ReadByte();
280
if ( type ==
IntegerCollectionType
.Consecutive )
294
case
IntegerCollectionType
.Byte :
303
case
IntegerCollectionType
.UShort :
312
case
IntegerCollectionType
.Integer :