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)
30
uint bitSize =
_huffBits
.GetSize();
36
lowerBound += (1 << (
_huffBits
.GetBitsAtIndex(n) - 1));
142
uint bitSize =
_huffBits
.GetSize();
166
uint nDataLen =
_huffBits
.GetBitsAtIndex((uint)nPrefLen - 1);
208
else if (prefIndex <
_huffBits
.GetSize())
211
uint nDataLen =
_huffBits
.GetBitsAtIndex(prefIndex);
223
else if (prefIndex ==
_huffBits
.GetSize())