9 references to ReadByte
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
3596byte 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)
479Marshal.WriteByte(Add(parameterValue, i), Marshal.ReadByte((IntPtr)(Value + i))); 523Marshal.WriteByte(Add(parameterValue, i), Marshal.ReadByte((IntPtr)(value + i)));
System.Runtime.Remoting (1)
channels\core\corechannel.cs (1)
934uint subAuthorityCount = (uint)Marshal.ReadByte(subAuthorityCountPointer);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4418val = (IntPtr) Marshal.ReadByte(val); 4424val = (IntPtr) Marshal.ReadByte(val);
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
4730val = (IntPtr) Marshal.ReadByte(val); 4736val = (IntPtr) Marshal.ReadByte(val);