3 writes to _eventHandlersStore
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (3)
85_eventHandlersStore = timeline.InternalEventHandlersStore; 3461_eventHandlersStore = new EventHandlersStore(); 3574_eventHandlersStore = null;
9 references to _eventHandlersStore
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (9)
93SetFlag(ClockFlags.NeedsTicksWhenActive, _eventHandlersStore != null); 3459if (_eventHandlersStore == null) 3464_eventHandlersStore.Add(key, handler); 3510if (_eventHandlersStore != null) 3512EventHandler handler = (EventHandler)_eventHandlersStore.Get(key); 3568if (_eventHandlersStore != null) 3570_eventHandlersStore.Remove(key, handler); 3572if (_eventHandlersStore.Count == 0) 3839if (_eventHandlersStore == null)