2 writes to CurrentPersistenceFormat
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
502
CurrentPersistenceFormat
= PersistenceFormat.InkSerializedFormat;
506
CurrentPersistenceFormat
= PersistenceFormat.Gif;
3 references to CurrentPersistenceFormat
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1762
if (PersistenceFormat.InkSerializedFormat !=
CurrentPersistenceFormat
)
1767
cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)SerializationHelper.VarSize((uint)
CurrentPersistenceFormat
));
1768
cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)
CurrentPersistenceFormat
);