2 references to ComEventInterfaceAttribute
System.Core (2)
System\Runtime\InteropServices\ComAwareEventInfo.cs (2)
111
object[] comEventInterfaces = eventInfo.DeclaringType.GetCustomAttributes(typeof(
ComEventInterfaceAttribute
), false);
123
Type sourceItf = ((
ComEventInterfaceAttribute
)comEventInterfaces[0]).SourceInterface;