10 references to pElems
System.Windows.Forms (10)
winforms\Managed\System\WinForms\AxHost.cs (5)
3294if (uuids.pElems != IntPtr.Zero) { 3295Marshal.FreeCoTaskMem(uuids.pElems); 3381SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(this, handle), 0, 0, name, 1, ref o, uuids.cElems, new HandleRef(null, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero); 3390if (uuids.pElems != IntPtr.Zero) 3391Marshal.FreeCoTaskMem(uuids.pElems);
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);