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