20 references to IntegerCollectionType
PresentationFramework (20)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1447System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType type = 1448(System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType)reader.ReadByte(); 1457case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Byte: 1464case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.UShort: 1471case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Integer: 1479case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Consecutive:
src\Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
143writer.Write( (byte) IntegerCollectionType.Consecutive ); 155IntegerCollectionType type; 159type = IntegerCollectionType.Byte; 163type = IntegerCollectionType.UShort; 167type = IntegerCollectionType.Integer; 175case IntegerCollectionType.Byte: 190case IntegerCollectionType.UShort: 205case IntegerCollectionType.Integer: 280IntegerCollectionType type; 282type = (IntegerCollectionType) reader.ReadByte(); 294if ( type == IntegerCollectionType.Consecutive ) 308case IntegerCollectionType.Byte : 317case IntegerCollectionType.UShort : 326case IntegerCollectionType.Integer :