4 references to DestroyStructure
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
560
Marshal.
DestroyStructure
(new IntPtr(pElement), typeof(MS.Win32.Recognizer.PACKET_PROPERTY));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
627
public static void DestroyStructure<T>(IntPtr ptr) =>
DestroyStructure
(ptr, typeof(T));
src\System\StubHelpers.cs (1)
1223
Marshal.
DestroyStructure
(pNativeHome, layoutType);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
68
Marshal.
DestroyStructure
(native, lpParam.GetType());