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