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)
42
uint bitSize =
_huffBits
.GetSize();
48
lowerBound += (1 << (
_huffBits
.GetBitsAtIndex(n) - 1));
157
uint bitSize =
_huffBits
.GetSize();
181
uint nDataLen =
_huffBits
.GetBitsAtIndex((uint)nPrefLen - 1);
223
else if (prefIndex <
_huffBits
.GetSize())
226
uint nDataLen =
_huffBits
.GetBitsAtIndex(prefIndex);
238
else if (prefIndex ==
_huffBits
.GetSize())