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