3 writes to _eventHandlersStore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
70_eventHandlersStore = timeline.InternalEventHandlersStore; 3439_eventHandlersStore = new EventHandlersStore(); 3552_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
78SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3437if (_eventHandlersStore == null) 3442_eventHandlersStore.Add(key, handler); 3488if (_eventHandlersStore != null) 3490EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3546if (_eventHandlersStore != null) 3548_eventHandlersStore.Remove(key, handler); 3550if (_eventHandlersStore.Count == 0) 3815if (_eventHandlersStore == null)