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