6 references to WriteIntPtr
PresentationCore (1)
System\Windows\Media\Imaging\PropVariant.cs (1)
196
Marshal.
WriteIntPtr
(destPtr, (int)index*sizeIntPtr, pString);
PresentationFramework (1)
System\Windows\Documents\InputScopeAttribute.cs (1)
110
Marshal.
WriteIntPtr
(ppbstrPhrases , offset, pbstr);
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
626
Marshal.
WriteIntPtr
(ptr, offset, value);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
496
public static void WriteIntPtr(IntPtr ptr, IntPtr val) =>
WriteIntPtr
(ptr, 0, val);
System.Windows.Forms.Tests (2)
System\Windows\Forms\RichTextBoxTests.cs (2)
10230
Marshal.
WriteIntPtr
(ptr, IntPtr.Size * 2 + IntPtr.Size + 4 + IntPtr.Size, (IntPtr)(&format));
10466
Marshal.
WriteIntPtr
(ptr, IntPtr.Size * 2 + IntPtr.Size + 4 + IntPtr.Size, (IntPtr)(&format));