7 writes to _currentClock
PresentationCore (7)
System\Windows\Media\Animation\Subtree.cs (7)
38_currentClock = null; 72_currentClock = _rootClock; 82_currentClock = rootClockGroup.FirstChild; 86_currentClock = null; 109_currentClock = _currentClock.InternalParent; 121_currentClock = nextClock; 133_currentClock = null;
8 references to _currentClock
PresentationCore (8)
System\Windows\Media\Animation\Subtree.cs (8)
94else if (_currentClock != null) 97ClockGroup currentClockGroup = _currentClock as ClockGroup; 107while ((_currentClock != _rootClock) && ((nextClock = _currentClock.NextSibling) == null)) 109_currentClock = _currentClock.InternalParent; 113if (_currentClock == _rootClock) 124return _currentClock != null; 148return _currentClock;