1 write to _lzCodec
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (1)
446
_lzCodec
= new LZCodec();
2 references to _lzCodec
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (2)
444
if (
_lzCodec
== null)
448
return
_lzCodec
;