1 write to _huffBits
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
29_huffBits = huffBits;
7 references to _huffBits
PresentationCore (7)
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (7)
30uint bitSize = _huffBits.GetSize(); 36lowerBound += (1 << (_huffBits.GetBitsAtIndex(n) - 1)); 142uint bitSize = _huffBits.GetSize(); 166uint nDataLen = _huffBits.GetBitsAtIndex((uint)nPrefLen - 1); 208else if (prefIndex < _huffBits.GetSize()) 211uint nDataLen = _huffBits.GetBitsAtIndex(prefIndex); 223else if (prefIndex == _huffBits.GetSize())