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