2 writes to _partialByte
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
262
_partialByte
<<= countOfBits;
286
_partialByte
= (byte)(nextByte << (countOfBits - _cbitsInPartialByte));
2 references to _partialByte
PresentationCore (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (2)
256
returnByte = (byte)(
_partialByte
>> rightShiftPartialByteBy);
276
returnByte = (byte)(
_partialByte
>> rightShiftPartialByteBy);