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