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