2 references to NextSibling
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Subtree.cs (2)
116while ((_currentClock != _rootClock) && ((nextClock = _currentClock.NextSibling) == null)) 221if ((_currentClock != _rootClock) && (nextClock = _currentClock.NextSibling) == null)