3 references to Consecutive
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1465
case System.Windows.Markup.XamlInt32CollectionSerializer.IntegerCollectionType.
Consecutive
:
System\Windows\Markup\XamlInt32CollectionSerializer.cs (2)
140
writer.Write( (byte) IntegerCollectionType.
Consecutive
);
290
if ( type == IntegerCollectionType.
Consecutive
)