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