13 references to ReadIntPtr
PresentationCore (5)
System\Windows\Media\Imaging\PropVariant.cs (5)
209IntPtr pString = Marshal.ReadIntPtr(destPtr, i*sizeIntPtr); 447UnsafeNativeMethods.MILUnknown.Release(Marshal.ReadIntPtr(punkPtr, (int) (i*sizeIntPtr))); 461Marshal.FreeCoTaskMem(Marshal.ReadIntPtr(strPtr, (int) (i*sizeIntPtr))); 599IntPtr ptr = Marshal.ReadIntPtr(ca.pElems, i*sizeIntPtr); 616IntPtr ptr = Marshal.ReadIntPtr(ca.pElems, i*sizeIntPtr);
PresentationFramework (2)
System\Windows\Documents\InputScopeAttribute.cs (1)
104Marshal.FreeBSTR(Marshal.ReadIntPtr(ppbstrPhrases, offset));
System\Windows\Standard\NativeMethods.cs (1)
2361IntPtr currArg = Marshal.ReadIntPtr(argv, i * IntPtr.Size);
ReachFramework (4)
PrintConfig\FallbackPTProvider.cs (4)
751IntPtr pPrinterName = Marshal.ReadIntPtr(ptr, 1 * IntPtr.Size); 758IntPtr pPortName = Marshal.ReadIntPtr(ptr, 3 * IntPtr.Size); 765IntPtr pDriverName = Marshal.ReadIntPtr(ptr, 4 * IntPtr.Size); 772IntPtr pDevMode = Marshal.ReadIntPtr(ptr, 7 * IntPtr.Size);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
353value = Marshal.ReadIntPtr(ptr, offset);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
372public static IntPtr ReadIntPtr(IntPtr ptr) => ReadIntPtr(ptr, 0);