2 writes to _partialByte
PresentationCore (2)
Shared\MS\Internal\Ink\BitStream.cs (2)
271
_partialByte
<<= countOfBits;
295
_partialByte
= (byte)(nextByte << (countOfBits - _cbitsInPartialByte));
2 references to _partialByte
PresentationCore (2)
Shared\MS\Internal\Ink\BitStream.cs (2)
265
returnByte = (byte)(
_partialByte
>> rightShiftPartialByteBy);
285
returnByte = (byte)(
_partialByte
>> rightShiftPartialByteBy);