12 references to ReadByte
PresentationCore (12)
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (1)
474
return (int)reader.
ReadByte
(Native.BitsPerByte);
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (3)
53
byte1 = reader.
ReadByte
(Native.BitsPerByte);
62
byte1 = reader.
ReadByte
(Native.BitsPerByte);
76
byte2 = reader.
ReadByte
(Native.BitsPerByte);
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
506
buttonData[byteCounter++] = bitReader.
ReadByte
(Native.BitsPerByte);
511
buttonData[byteCounter++] = bitReader.
ReadByte
((int)partialBitsForButtonsPerPacket);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (6)
82
byte b =
ReadByte
(countToRead);
112
byte b =
ReadByte
(countToRead);
140
ushort b = (ushort)
ReadByte
(countToRead);
170
byte b =
ReadByte
(countToRead);
198
uint b = (uint)
ReadByte
(countToRead);
213
byte b =
ReadByte
(1);