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