3 references to StructureToPtr
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
397
Marshal.
StructureToPtr
(structure, ptr, false/*fDeleteOld*/);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
547
StructureToPtr
((object)structure!, ptr, fDeleteOld);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
61
Marshal.
StructureToPtr
(lpParam, native, fDeleteOld: false);