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