27 references to ReadIntPtr
PresentationCore (5)
System\Windows\Media\Imaging\PropVariant.cs (5)
209
IntPtr pString = Marshal.
ReadIntPtr
(destPtr, i*sizeIntPtr);
447
UnsafeNativeMethods.MILUnknown.Release(Marshal.
ReadIntPtr
(punkPtr, (int) (i*sizeIntPtr)));
461
Marshal.FreeCoTaskMem(Marshal.
ReadIntPtr
(strPtr, (int) (i*sizeIntPtr)));
599
IntPtr ptr = Marshal.
ReadIntPtr
(ca.pElems, i*sizeIntPtr);
616
IntPtr ptr = Marshal.
ReadIntPtr
(ca.pElems, i*sizeIntPtr);
PresentationFramework (2)
System\Windows\Documents\InputScopeAttribute.cs (1)
104
Marshal.FreeBSTR(Marshal.
ReadIntPtr
(ppbstrPhrases, offset));
System\Windows\Standard\NativeMethods.cs (1)
2361
IntPtr currArg = Marshal.
ReadIntPtr
(argv, i * IntPtr.Size);
ReachFramework (4)
PrintConfig\FallbackPTProvider.cs (4)
748
IntPtr pPrinterName = Marshal.
ReadIntPtr
(ptr, 1 * IntPtr.Size);
755
IntPtr pPortName = Marshal.
ReadIntPtr
(ptr, 3 * IntPtr.Size);
762
IntPtr pDriverName = Marshal.
ReadIntPtr
(ptr, 4 * IntPtr.Size);
769
IntPtr pDevMode = Marshal.
ReadIntPtr
(ptr, 7 * IntPtr.Size);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
353
value = Marshal.
ReadIntPtr
(ptr, offset);
System.DirectoryServices.Protocols (14)
System\DirectoryServices\Protocols\common\BerConverter.cs (2)
565
IntPtr ptr = Marshal.
ReadIntPtr
(berValArray, IntPtr.Size * i);
615
tempPtr = Marshal.
ReadIntPtr
(ptrResult, i * IntPtr.Size);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (10)
782
IntPtr tempPtr = Marshal.
ReadIntPtr
(serverControlArray, IntPtr.Size * i);
815
IntPtr tempPtr = Marshal.
ReadIntPtr
(clientControlArray, IntPtr.Size * i);
849
IntPtr tempPtr = Marshal.
ReadIntPtr
(modArray, IntPtr.Size * i);
875
IntPtr tempPtr = Marshal.
ReadIntPtr
(searchAttributes, IntPtr.Size * i);
1657
IntPtr singleControl = Marshal.
ReadIntPtr
(tempControlPtr, 0);
1665
singleControl = Marshal.
ReadIntPtr
(tempControlPtr, i * IntPtr.Size);
1788
IntPtr tempPtr = Marshal.
ReadIntPtr
(valuesArray, IntPtr.Size * count);
1802
tempPtr = Marshal.
ReadIntPtr
(valuesArray, IntPtr.Size * count);
1831
tempPtr = Marshal.
ReadIntPtr
(referenceArray, IntPtr.Size * count);
1838
tempPtr = Marshal.
ReadIntPtr
(referenceArray, IntPtr.Size * count);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (2)
676
IntPtr tempPtr = Marshal.
ReadIntPtr
(serverControlArray, IntPtr.Size * i);
709
IntPtr tempPtr = Marshal.
ReadIntPtr
(clientControlArray, IntPtr.Size * i);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
372
public static nint ReadIntPtr(IntPtr ptr) =>
ReadIntPtr
(ptr, 0);