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