8 references to ReadInt16
PresentationCore (2)
System\Windows\Media\Imaging\PropVariant.cs (2)
520array[i] = (ushort) Marshal.ReadInt16(ca.pElems, i*sizeof(ushort)); 572array[i] = (bool) (Marshal.ReadInt16(ca.pElems, i*sizeof(ushort)) != 0);
PresentationFramework (1)
MS\Internal\IO\Packaging\XpsFilter.cs (1)
199shCharacter = Marshal.ReadInt16(pBuffer, _int16Size);
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (2)
460short dmSize = Marshal.ReadInt16(devModeWPointer, DevMode.DEVMODEW_dmSizeByteOffset); 461short dmExtraSize = Marshal.ReadInt16(devModeWPointer, DevMode.DEVMODEW_dmDriverExtraByteOffset);
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (1)
475result[i] = Marshal.ReadInt16(baseAddr, offset);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
223value = Marshal.ReadInt16(ptr, offset);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
325public static short ReadInt16(IntPtr ptr) => ReadInt16(ptr, 0);