3 references to DecompressPropertyData
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
481
using (MemoryStream decompressedStream = new MemoryStream(Compressor.
DecompressPropertyData
(bytes)))
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
239
byte[] out_buffer = Compressor.
DecompressPropertyData
(in_data);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
297
byte[] out_buffer = Compressor.
DecompressPropertyData
(in_buffer);