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