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