10 references to EventHandlersStore
PresentationCore (10)
Core\CSharp\System\Windows\ContentElement.cs (2)
772EventHandlersStore store = EventHandlersStore; 786EventHandlersStore store = EventHandlersStore;
Core\CSharp\System\Windows\Generated\ContentElement.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)
207info = ce.EventHandlersStore[SourceChangedEvent]; 281store = ce.EventHandlersStore;