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