20 references to IntegerCollectionType
PresentationFramework (20)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
1432System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType type = 1433(System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType)reader.ReadByte(); 1442case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Byte: 1449case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.UShort: 1456case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Integer: 1464case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.Consecutive:
System\Windows\Markup\XamlInt32CollectionSerializer.cs (14)
140writer.Write( (byte) IntegerCollectionType.Consecutive ); 152IntegerCollectionType type; 156type = IntegerCollectionType.Byte; 160type = IntegerCollectionType.UShort; 164type = IntegerCollectionType.Integer; 172case IntegerCollectionType.Byte: 187case IntegerCollectionType.UShort: 202case IntegerCollectionType.Integer: 276IntegerCollectionType type; 278type = (IntegerCollectionType) reader.ReadByte(); 290if ( type == IntegerCollectionType.Consecutive ) 304case IntegerCollectionType.Byte : 313case IntegerCollectionType.UShort : 322case IntegerCollectionType.Integer :