7 writes to _currentClock
PresentationCore (7)
System\Windows\Media\Animation\Subtree.cs (7)
37_currentClock = null; 71_currentClock = _rootClock; 81_currentClock = rootClockGroup.FirstChild; 85_currentClock = null; 108_currentClock = _currentClock.InternalParent; 120_currentClock = nextClock; 132_currentClock = null;
8 references to _currentClock
PresentationCore (8)
System\Windows\Media\Animation\Subtree.cs (8)
93else if (_currentClock != null) 96ClockGroup currentClockGroup = _currentClock as ClockGroup; 106while ((_currentClock != _rootClock) && ((nextClock = _currentClock.NextSibling) == null)) 108_currentClock = _currentClock.InternalParent; 112if (_currentClock == _rootClock) 123return _currentClock != null; 147return _currentClock;