3 writes to _eventHandlersStore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
69_eventHandlersStore = timeline.InternalEventHandlersStore; 3438_eventHandlersStore = new EventHandlersStore(); 3551_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
77SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3436if (_eventHandlersStore == null) 3441_eventHandlersStore.Add(key, handler); 3487if (_eventHandlersStore != null) 3489EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3545if (_eventHandlersStore != null) 3547_eventHandlersStore.Remove(key, handler); 3549if (_eventHandlersStore.Count == 0) 3814if (_eventHandlersStore == null)