1 override of NextSibling
System.Xml (1)
System\Xml\Dom\XmlLinkedNode.cs (1)
41public override XmlNode NextSibling {
103 references to NextSibling
System.Data (54)
fx\src\data\System\Data\XDRSchema.cs (7)
54for (XmlNode n = schemaRoot.FirstChild; n != null; n = n.NextSibling) { 108else if (vn.NextSibling != null) 109vn = vn.NextSibling; 113if (vn.NextSibling != null) { 114vn = vn.NextSibling; 155for (XmlNode n = typeNode.FirstChild; n != null; n = n.NextSibling) { 504for (XmlNode n = typeNode.FirstChild; n != null; n = n.NextSibling) {
fx\src\data\System\Data\XmlDataLoader.cs (13)
97for (XmlNode n = parentElement.FirstChild; n != null; n = n.NextSibling) { 133n = n.NextSibling; 137if (IsTextLikeNode( n.NodeType ) && (n.NextSibling == null || !IsTextLikeNode( n.NodeType ))) { 140n = n.NextSibling; 146n = n.NextSibling; 164n = n.NextSibling; 166if (IsTextLikeNode( n.NodeType ) && (n.NextSibling == null || !IsTextLikeNode( n.NodeType ))) { 169n = n.NextSibling; 175n = n.NextSibling; 209for (XmlNode tabNode = e.FirstChild; tabNode != null; tabNode = tabNode.NextSibling) 404while (n != rowElement && n.NextSibling == null) { 409n = n.NextSibling; 460for (XmlNode n = parentElement.FirstChild; n != null; n = n.NextSibling) {
fx\src\data\System\Data\xmlsaver.cs (2)
1021for (XmlNode n = schema.FirstChild; n != null; n = n.NextSibling) { 1338for (XmlNode n = node.FirstChild; n != null; n = n.NextSibling) {
fx\src\data\System\NewXml\DataPointer.cs (1)
538for (n = node.FirstChild; n != null; n = n.NextSibling) {
fx\src\data\System\NewXml\DataSetMappper.cs (5)
119for ( XmlNode n = elem.FirstChild; n != null; n = n.NextSibling ) { 251if ( fc == null || fc.NodeType != XmlNodeType.Text || fc.NextSibling != null ) { 260for ( ; n != null; n = n.NextSibling ) { 291if ( fc == null || fc.NodeType != XmlNodeType.Text || fc.NextSibling != null ) { 298for (; n != null; n = n.NextSibling ) {
fx\src\data\System\NewXml\RegionIterator.cs (8)
75XmlNode nextNode = currentNode.NextSibling; 88while ( nextNode != rowElement && nextNode.NextSibling == null ) 100currentNode = nextNode.NextSibling; 150n = n.NextSibling; 155if ( XmlDataDocument.IsTextLikeNode( n ) && (n.NextSibling == null || ! XmlDataDocument.IsTextLikeNode( n.NextSibling )) ) { 158n = n.NextSibling; 166n = n.NextSibling;
fx\src\data\System\NewXml\TreeIterator.cs (3)
54XmlNode nextNode = currentNode.NextSibling; 63while ( nextNode != nodeTop && nextNode.NextSibling == null ) 71currentNode = nextNode.NextSibling;
fx\src\data\System\NewXml\XmlBoundElement.cs (1)
122sibling = child.NextSibling;
fx\src\data\System\NewXml\XmlDataDocument.cs (12)
134for ( XmlNode child = node.FirstChild; child != null; child = child.NextSibling ) 170for ( XmlNode child = node.FirstChild; child != null; child = child.NextSibling ) 399XmlNode next = node.NextSibling; 679for ( node = rowElement.FirstChild; node != null; prev = node, node = node.NextSibling ) { 684for ( ; node != null; prev = node, node = node.NextSibling ) { 1185for ( XmlNode child = node.FirstChild; child != null; child = child.NextSibling ) 2074nextSibling = child.NextSibling; 2077nextSibling = child.NextSibling; 2087XmlNode sibling = node.NextSibling; 2098n = n.NextSibling; 2105RemoveInitialTextNodes( n.NextSibling ); 2127return n.NextSibling;
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
1085nextNode = curNode1.NextSibling; 1167for (n = _node.FirstChild; n != null; n = n.NextSibling) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1431child = child.NextSibling;
System.Web (2)
UI\WebControls\AdRotator.cs (2)
615prop = prop.NextSibling; 621elem = elem.NextSibling;
System.Web.Extensions (1)
Script\Services\WebServiceTypeData.cs (1)
192child = child.NextSibling;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
470XmlNode sibling = child.NextSibling;
System.Xml (44)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
255for (XmlNode child = node.FirstChild; child != null; child = child.NextSibling) { 335for (XmlNode child = elementNode.FirstChild; child != null; child = child.NextSibling) { 644for (child = parentNode.FirstChild; child != null; child = child.NextSibling) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
389DocumentXPathNavigator.DeleteToFollowingSibling(start.NextSibling, end);
System\Xml\Dom\DocumentXPathNavigator.cs (9)
66DeleteToFollowingSibling(node.NextSibling, end); 828XmlNode nextSibling = following.NextSibling; 900XmlNode nextSibling = following.NextSibling; 1109XmlNode nextNode = node1.NextSibling; 1111nextNode = nextNode.NextSibling; 1501node = node.NextSibling; 1621XmlNode sibling = node.NextSibling; 1636sibling = node.NextSibling; 1714left = left.NextSibling;
System\Xml\Dom\XmlAttribute.cs (1)
294for (XmlNode node = FirstChild; node != null; node = node.NextSibling) {
System\Xml\Dom\XmlCharacterData.cs (1)
196node = node.NextSibling;
System\Xml\Dom\XmlChildEnumerator.cs (1)
32child = child.NextSibling;
System\Xml\Dom\XmlChildNodes.cs (2)
21for (XmlNode n = container.FirstChild; n != null; n = n.NextSibling, i--) { 31for (XmlNode n = container.FirstChild; n != null; n = n.NextSibling) {
System\Xml\Dom\XmlDocument.cs (6)
403node = node.NextSibling; 415node = node.NextSibling; 478return !HasNodeTypeInNextSiblings( XmlNodeType.DocumentType, refChild.NextSibling ); 865for ( XmlNode n = fromNode.FirstChild; n != null; n = n.NextSibling ) { 1214n = n.NextSibling; 1223n = n.NextSibling;
System\Xml\Dom\XmlElement.cs (2)
420n = n.NextSibling; 440for (XmlNode node = FirstChild; node != null; node = node.NextSibling) {
System\Xml\Dom\XmlElementList.cs (2)
107&& retNode.NextSibling == null ) { 112retNode = retNode.NextSibling;
System\Xml\Dom\XmlLinkedNode.cs (1)
28XmlNode nextSibling = node.NextSibling;
System\Xml\Dom\XmlLoader.cs (1)
745child = child.NextSibling;
System\Xml\Dom\XmlNode.cs (12)
336XmlNode next = node.NextSibling; 407XmlNode nextNode = oldChild.NextSibling; 515XmlNode next = node.NextSibling; 618for (XmlNode child = container.FirstChild; child != null; child = child.NextSibling) { 634XmlNode nextChild = crtChild.NextSibling; 770for (XmlNode child = FirstChild; child != null; child = child.NextSibling) { 790if (fc.NextSibling == null) { 808&& firstChild.NextSibling == null // and exactly one 893sibling = child.NextSibling; 1039for (XmlNode n = FirstChild; n != null; n = n.NextSibling) { 1052for (XmlNode n = FirstChild; n != null; n = n.NextSibling) { 1086for (XmlNode child = FirstChild; child != null; child = child.NextSibling) {
System\Xml\Dom\XmlNodeReader.cs (2)
693XmlNode nextSibling = node.NextSibling; 920nextSibling = curNode.NextSibling;