3 references to GetBitsAtIndex
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (3)
36
lowerBound += (1 << (_huffBits.
GetBitsAtIndex
(n) - 1));
166
uint nDataLen = _huffBits.
GetBitsAtIndex
((uint)nPrefLen - 1);
211
uint nDataLen = _huffBits.
GetBitsAtIndex
(prefIndex);