9 references to EventHandlersStore
PresentationCore (9)
System\Windows\Generated\UIElement3D.cs (6)
331
EventHandlersStore
.AddRoutedEventHandler(routedEvent, handler, handledEventsToo);
385
EventHandlersStore store =
EventHandlersStore
;
414
EventHandlersStore
.Add(key, handler);
419
EventHandlersStore store =
EventHandlersStore
;
457
EventHandlersStore store =
EventHandlersStore
;
510
if (
EventHandlersStore
== null)
System\Windows\PresentationSource.cs (2)
145
info = uie3D.
EventHandlersStore
[SourceChangedEvent];
218
store = uie3D.
EventHandlersStore
;
System\Windows\UIElement3D.cs (1)
1299
EventHandlersStore store =
EventHandlersStore
;