winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (5)
41if (uuids.pElems != IntPtr.Zero) {
42Marshal.FreeCoTaskMem(uuids.pElems);
92SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(parent, handle), 0, 0, "PropertyPages", 1, ref o, uuids.cElems, new HandleRef(uuids, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero);
96if (uuids.pElems != IntPtr.Zero) {
97Marshal.FreeCoTaskMem(uuids.pElems);