1 instantiation of BoundDispEvent
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
216
return new
BoundDispEvent
(rcw, sourceIid, dispid);
3 references to BoundDispEvent
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
214
public static
BoundDispEvent
CreateComEvent(object rcw, Guid sourceIid, int dispid)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (2)
226
if (_self.TryGetMemberEvent(binder.Name, out _) && value.LimitType == typeof(
BoundDispEvent
))
231
value.Restrictions.Merge(IDispatchRestriction()).Merge(BindingRestrictions.GetTypeRestriction(value.Expression, typeof(
BoundDispEvent
)))