9 references to ReadByte
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
3596
byte endByte = Marshal.
ReadByte
((IntPtr)((long)pointerUtf8 + utf8ByteCount));
System (1)
security\system\security\cryptography\x509\x509utils.cs (1)
287
*(byte*) ((long)dest + index) = Marshal.
ReadByte
(new IntPtr((long)source + index));
System.Drawing (2)
commonui\System\Drawing\Advanced\EncoderParameter.cs (2)
479
Marshal.WriteByte(Add(parameterValue, i), Marshal.
ReadByte
((IntPtr)(Value + i)));
523
Marshal.WriteByte(Add(parameterValue, i), Marshal.
ReadByte
((IntPtr)(value + i)));
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
934
uint subAuthorityCount = (uint)Marshal.
ReadByte
(subAuthorityCountPointer);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4418
val = (IntPtr) Marshal.
ReadByte
(val);
4424
val = (IntPtr) Marshal.
ReadByte
(val);
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4730
val = (IntPtr) Marshal.
ReadByte
(val);
4736
val = (IntPtr) Marshal.
ReadByte
(val);