3 writes to _eventHandlersStore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
70_eventHandlersStore = timeline.InternalEventHandlersStore; 3440_eventHandlersStore = new EventHandlersStore(); 3553_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
78SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3438if (_eventHandlersStore == null) 3443_eventHandlersStore.Add(key, handler); 3489if (_eventHandlersStore != null) 3491EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3547if (_eventHandlersStore != null) 3549_eventHandlersStore.Remove(key, handler); 3551if (_eventHandlersStore.Count == 0) 3819if (_eventHandlersStore == null)