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