4 references to StructureToPtr
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbBuffer.cs (1)
397
Marshal.
StructureToPtr
(structure, ptr, false/*fDeleteOld*/);
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
644
Marshal.
StructureToPtr
(lf, new IntPtr(&logFont), fDeleteOld: false);
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);