9 references to EventHandlersStore
PresentationCore (9)
Core\CSharp\System\Windows\Generated\UIElement.cs (6)
587EventHandlersStore.AddRoutedEventHandler(routedEvent, handler, handledEventsToo); 647EventHandlersStore store = EventHandlersStore; 676EventHandlersStore.Add(key, handler); 681EventHandlersStore store = EventHandlersStore; 725EventHandlersStore store = EventHandlersStore; 780if (EventHandlersStore == null)
Core\CSharp\System\Windows\PresentationSource.cs (2)
184info = uie.EventHandlersStore[SourceChangedEvent]; 251store = uie.EventHandlersStore;
Core\CSharp\System\Windows\UIElement.cs (1)
4154EventHandlersStore store = EventHandlersStore;