3 references to GetComObjectData
mscorlib (3)
system\Runtime\InteropServices\ComEventsInfo.cs (1)
55
return (ComEventsInfo)Marshal.
GetComObjectData
(rcw, typeof(ComEventsInfo));
system\runtime\interopservices\marshal.cs (2)
2117
Object Wrapper =
GetComObjectData
(o, t);
2127
Wrapper =
GetComObjectData
(o, t);