4 references to ReadInt16
PresentationCore (1)
System\Windows\Media\ImageSourceConverter.cs (1)
228if (Marshal.ReadInt16(addr) != 0x1c15)
PresentationFramework (1)
MS\Internal\IO\Packaging\XpsFilter.cs (1)
180short shCharacter = Marshal.ReadInt16(pBuffer);
UIAutomationTypes (2)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (2)
2062val = (IntPtr) Marshal.ReadInt16(val); 2068val = (IntPtr) Marshal.ReadInt16(val);