27 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)
748IntPtr pPrinterName = Marshal.ReadIntPtr(ptr, 1 * IntPtr.Size); 755IntPtr pPortName = Marshal.ReadIntPtr(ptr, 3 * IntPtr.Size); 762IntPtr pDriverName = Marshal.ReadIntPtr(ptr, 4 * IntPtr.Size); 769IntPtr pDevMode = Marshal.ReadIntPtr(ptr, 7 * IntPtr.Size);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
353value = Marshal.ReadIntPtr(ptr, offset);
System.DirectoryServices.Protocols (14)
System\DirectoryServices\Protocols\common\BerConverter.cs (2)
565IntPtr ptr = Marshal.ReadIntPtr(berValArray, IntPtr.Size * i); 615tempPtr = Marshal.ReadIntPtr(ptrResult, i * IntPtr.Size);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (10)
782IntPtr tempPtr = Marshal.ReadIntPtr(serverControlArray, IntPtr.Size * i); 815IntPtr tempPtr = Marshal.ReadIntPtr(clientControlArray, IntPtr.Size * i); 849IntPtr tempPtr = Marshal.ReadIntPtr(modArray, IntPtr.Size * i); 875IntPtr tempPtr = Marshal.ReadIntPtr(searchAttributes, IntPtr.Size * i); 1657IntPtr singleControl = Marshal.ReadIntPtr(tempControlPtr, 0); 1665singleControl = Marshal.ReadIntPtr(tempControlPtr, i * IntPtr.Size); 1788IntPtr tempPtr = Marshal.ReadIntPtr(valuesArray, IntPtr.Size * count); 1802tempPtr = Marshal.ReadIntPtr(valuesArray, IntPtr.Size * count); 1831tempPtr = Marshal.ReadIntPtr(referenceArray, IntPtr.Size * count); 1838tempPtr = Marshal.ReadIntPtr(referenceArray, IntPtr.Size * count);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
676IntPtr tempPtr = Marshal.ReadIntPtr(serverControlArray, IntPtr.Size * i); 709IntPtr tempPtr = Marshal.ReadIntPtr(clientControlArray, IntPtr.Size * i);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
372public static nint ReadIntPtr(IntPtr ptr) => ReadIntPtr(ptr, 0);