2 writes to CurrentPersistenceFormat
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
489CurrentPersistenceFormat = PersistenceFormat.InkSerializedFormat; 493CurrentPersistenceFormat = PersistenceFormat.Gif;
3 references to CurrentPersistenceFormat
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1747if (PersistenceFormat.InkSerializedFormat != CurrentPersistenceFormat) 1752cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)SerializationHelper.VarSize((uint)CurrentPersistenceFormat)); 1753cumulativeEncodedSize += SerializationHelper.Encode(localStream, (uint)CurrentPersistenceFormat);