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