1 write to _lzCodec
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (1)
435
_lzCodec
= new LZCodec();
2 references to _lzCodec
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (2)
433
if (
_lzCodec
== null)
437
return
_lzCodec
;