1 instantiation of HuffBits
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
30
HuffBits bits = new
HuffBits
();
3 references to HuffBits
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (3)
30
HuffBits
bits = new HuffBits();
39
private void InitHuffTable(
HuffBits
huffBits)
259
private
HuffBits
_huffBits;