9 references to EventHandlersStore
PresentationCore (9)
System\Windows\Generated\UIElement3D.cs (6)
331
EventHandlersStore
.AddRoutedEventHandler(routedEvent, handler, handledEventsToo);
385
EventHandlersStore store =
EventHandlersStore
;
413
EventHandlersStore
.Add(key, handler);
418
EventHandlersStore store =
EventHandlersStore
;
456
EventHandlersStore store =
EventHandlersStore
;
509
if (
EventHandlersStore
== null)
System\Windows\PresentationSource.cs (2)
146
info = uie3D.
EventHandlersStore
[SourceChangedEvent];
219
store = uie3D.
EventHandlersStore
;
System\Windows\UIElement3D.cs (1)
1301
EventHandlersStore store =
EventHandlersStore
;