20 references to IntegerCollectionType
PresentationFramework (20)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
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:
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
143
writer.Write( (byte)
IntegerCollectionType
.Consecutive );
155
IntegerCollectionType
type;
159
type =
IntegerCollectionType
.Byte;
163
type =
IntegerCollectionType
.UShort;
167
type =
IntegerCollectionType
.Integer;
175
case
IntegerCollectionType
.Byte:
190
case
IntegerCollectionType
.UShort:
205
case
IntegerCollectionType
.Integer:
280
IntegerCollectionType
type;
282
type = (
IntegerCollectionType
) reader.ReadByte();
294
if ( type ==
IntegerCollectionType
.Consecutive )
308
case
IntegerCollectionType
.Byte :
317
case
IntegerCollectionType
.UShort :
326
case
IntegerCollectionType
.Integer :