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