2 writes to CurrentPersistenceFormat
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
512
CurrentPersistenceFormat
= PersistenceFormat.InkSerializedFormat;
516
CurrentPersistenceFormat
= PersistenceFormat.Gif;
3 references to CurrentPersistenceFormat
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1793
if (PersistenceFormat.InkSerializedFormat !=
CurrentPersistenceFormat
)
1798
cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)SerializationHelper.VarSize((uint)
CurrentPersistenceFormat
));
1799
cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)
CurrentPersistenceFormat
);