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