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