3 references to GetBitsAtIndex
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (3)
48
lowerBound += (1 << (_huffBits.
GetBitsAtIndex
(n) - 1));
181
uint nDataLen = _huffBits.
GetBitsAtIndex
((uint)nPrefLen - 1);
226
uint nDataLen = _huffBits.
GetBitsAtIndex
(prefIndex);