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