10 references to pElems
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (5)
2950
if (uuids.
pElems
is not null)
2952
Marshal.FreeCoTaskMem((IntPtr)uuids.
pElems
);
3036
uuids.
pElems
,
3050
if (uuids.
pElems
is not null)
3052
Marshal.FreeCoTaskMem((IntPtr)uuids.
pElems
);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (5)
39
if (uuids.
pElems
is not null)
41
Marshal.FreeCoTaskMem((IntPtr)uuids.
pElems
);
109
uuids.
pElems
,
119
if (uuids.
pElems
is not null)
121
Marshal.FreeCoTaskMem((nint)uuids.
pElems
);