1 write to _huffBits
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
41_huffBits = huffBits;
7 references to _huffBits
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (7)
42uint bitSize = _huffBits.GetSize(); 48lowerBound += (1 << (_huffBits.GetBitsAtIndex(n) - 1)); 157uint bitSize = _huffBits.GetSize(); 181uint nDataLen = _huffBits.GetBitsAtIndex((uint)nPrefLen - 1); 223else if (prefIndex < _huffBits.GetSize()) 226uint nDataLen = _huffBits.GetBitsAtIndex(prefIndex); 238else if (prefIndex == _huffBits.GetSize())