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