5 references to IMalloc
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (3)
206private static UnsafeNativeMethods.IMalloc GetSHMalloc() 208UnsafeNativeMethods.IMalloc[] malloc = new UnsafeNativeMethods.IMalloc[1];
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
288public static extern int CoGetMalloc(int dwReserved, out IMalloc pMalloc); 7627public static extern int SHGetMalloc([Out, MarshalAs(UnmanagedType.LPArray)] UnsafeNativeMethods.IMalloc[] ppMalloc);