2 references to _huffCodecs
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffModule.cs (2)
74
if ((int)codec >=
_huffCodecs
.Count + AlgoModule.DefaultBAACount)
78
return
_huffCodecs
[(int)(codec - AlgoModule.DefaultBAACount)];