12 references to ReadByte
PresentationCore (12)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (1)
500
return (int)reader.
ReadByte
(Native.BitsPerByte);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (3)
67
byte1 = reader.
ReadByte
(Native.BitsPerByte);
76
byte1 = reader.
ReadByte
(Native.BitsPerByte);
90
byte2 = reader.
ReadByte
(Native.BitsPerByte);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
542
buttonData[byteCounter++] = bitReader.
ReadByte
(Native.BitsPerByte);
547
buttonData[byteCounter++] = bitReader.
ReadByte
((int)partialBitsForButtonsPerPacket);
Shared\MS\Internal\Ink\BitStream.cs (6)
91
byte b =
ReadByte
(countToRead);
121
byte b =
ReadByte
(countToRead);
149
ushort b = (ushort)
ReadByte
(countToRead);
179
byte b =
ReadByte
(countToRead);
207
uint b = (uint)
ReadByte
(countToRead);
222
byte b =
ReadByte
(1);