1 write to nextSibling
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
879curChild.nextSibling = newChild;
4 references to nextSibling
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (4)
875while (curChild.nextSibling != null) 877curChild = curChild.nextSibling; 910child = child.nextSibling; 936child = child.nextSibling;