6 references to ManagedEventRegistrationImpl
mscorlib (6)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (6)
56ManagedEventRegistrationImpl.AddEventHandler<T>(addMethod, removeMethod, handler); 83ManagedEventRegistrationImpl.RemoveEventHandler<T>(removeMethod, handler); 101ManagedEventRegistrationImpl.RemoveAllEventHandlers(removeMethod); 110if (ManagedEventRegistrationImpl.s_eventRegistrations != null) 112lock (ManagedEventRegistrationImpl.s_eventRegistrations) 114count += ManagedEventRegistrationImpl.s_eventRegistrations.Keys.Count;