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