3 writes to _eventHandlersStore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
69_eventHandlersStore = timeline.InternalEventHandlersStore; 3432_eventHandlersStore = new EventHandlersStore(); 3545_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
77SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3430if (_eventHandlersStore == null) 3435_eventHandlersStore.Add(key, handler); 3481if (_eventHandlersStore != null) 3483EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3539if (_eventHandlersStore != null) 3541_eventHandlersStore.Remove(key, handler); 3543if (_eventHandlersStore.Count == 0) 3808if (_eventHandlersStore == null)