8 references to IntegerCollectionType
PresentationBuildTasks (8)
Framework\System\Windows\Markup\XamlInt32CollectionSerializer.cs (8)
143
writer.Write( (byte)
IntegerCollectionType
.Consecutive );
155
IntegerCollectionType
type;
159
type =
IntegerCollectionType
.Byte;
163
type =
IntegerCollectionType
.UShort;
167
type =
IntegerCollectionType
.Integer;
175
case
IntegerCollectionType
.Byte:
190
case
IntegerCollectionType
.UShort:
205
case
IntegerCollectionType
.Integer: