6 references to NativeOrStaticEventRegistrationImpl
mscorlib (6)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (6)
54
NativeOrStaticEventRegistrationImpl
.AddEventHandler<T>(addMethod, removeMethod, handler);
81
NativeOrStaticEventRegistrationImpl
.RemoveEventHandler<T>(removeMethod, handler);
99
NativeOrStaticEventRegistrationImpl
.RemoveAllEventHandlers(removeMethod);
118
if (
NativeOrStaticEventRegistrationImpl
.s_eventRegistrations != null)
120
lock (
NativeOrStaticEventRegistrationImpl
.s_eventRegistrations)
122
count +=
NativeOrStaticEventRegistrationImpl
.s_eventRegistrations.Count;