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