9 references to EventHandlersStore
PresentationCore (9)
System\Windows\Generated\UIElement3D.cs (6)
339
EventHandlersStore
.AddRoutedEventHandler(routedEvent, handler, handledEventsToo);
393
EventHandlersStore store =
EventHandlersStore
;
421
EventHandlersStore
.Add(key, handler);
426
EventHandlersStore store =
EventHandlersStore
;
464
EventHandlersStore store =
EventHandlersStore
;
517
if (
EventHandlersStore
== null)
System\Windows\PresentationSource.cs (2)
156
info = uie3D.
EventHandlersStore
[SourceChangedEvent];
229
store = uie3D.
EventHandlersStore
;
System\Windows\UIElement3D.cs (1)
1316
EventHandlersStore store =
EventHandlersStore
;