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)
256returnByte = (byte)(_partialByte >> rightShiftPartialByteBy); 276returnByte = (byte)(_partialByte >> rightShiftPartialByteBy);