4 references to DestroyStructure
PresentationCore (1)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
560Marshal.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)
627public static void DestroyStructure<T>(IntPtr ptr) => DestroyStructure(ptr, typeof(T));
src\System\StubHelpers.cs (1)
1223Marshal.DestroyStructure(pNativeHome, layoutType);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.CreateWindowEx.cs (1)
68Marshal.DestroyStructure(native, lpParam.GetType());