3 writes to _eventHandlersStore
PresentationCore (3)
System\Windows\Media\Animation\Clock.cs (3)
83_eventHandlersStore = timeline.InternalEventHandlersStore; 3453_eventHandlersStore = new EventHandlersStore(); 3566_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
System\Windows\Media\Animation\Clock.cs (9)
91SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3451if (_eventHandlersStore == null) 3456_eventHandlersStore.Add(key, handler); 3502if (_eventHandlersStore != null) 3504EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3560if (_eventHandlersStore != null) 3562_eventHandlersStore.Remove(key, handler); 3564if (_eventHandlersStore.Count == 0) 3832if (_eventHandlersStore == null)