9 references to EventHandlersStore
PresentationCore (9)
System\Windows\Generated\UIElement3D.cs (6)
332
EventHandlersStore
.AddRoutedEventHandler(routedEvent, handler, handledEventsToo);
386
EventHandlersStore store =
EventHandlersStore
;
415
EventHandlersStore
.Add(key, handler);
420
EventHandlersStore store =
EventHandlersStore
;
458
EventHandlersStore store =
EventHandlersStore
;
511
if (
EventHandlersStore
== null)
System\Windows\PresentationSource.cs (2)
146
info = uie3D.
EventHandlersStore
[SourceChangedEvent];
219
store = uie3D.
EventHandlersStore
;
System\Windows\UIElement3D.cs (1)
1300
EventHandlersStore store =
EventHandlersStore
;