1 write to _huffBits
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
28_huffBits = huffBits;
7 references to _huffBits
PresentationCore (7)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (7)
29uint bitSize = _huffBits.GetSize(); 35lowerBound += (1 << (_huffBits.GetBitsAtIndex(n) - 1)); 141uint bitSize = _huffBits.GetSize(); 165uint nDataLen = _huffBits.GetBitsAtIndex((uint)nPrefLen - 1); 207else if (prefIndex < _huffBits.GetSize()) 210uint nDataLen = _huffBits.GetBitsAtIndex(prefIndex); 222else if (prefIndex == _huffBits.GetSize())