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