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