20 references to IntegerCollectionType
PresentationFramework (20)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
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:
System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
140
writer.Write( (byte)
IntegerCollectionType
.Consecutive );
152
IntegerCollectionType
type;
156
type =
IntegerCollectionType
.Byte;
160
type =
IntegerCollectionType
.UShort;
164
type =
IntegerCollectionType
.Integer;
172
case
IntegerCollectionType
.Byte:
187
case
IntegerCollectionType
.UShort:
202
case
IntegerCollectionType
.Integer:
276
IntegerCollectionType
type;
278
type = (
IntegerCollectionType
) reader.ReadByte();
290
if ( type ==
IntegerCollectionType
.Consecutive )
304
case
IntegerCollectionType
.Byte :
313
case
IntegerCollectionType
.UShort :
322
case
IntegerCollectionType
.Integer :