1 write to Row
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
217e.Row = r;
64 references to Row
System.Data (64)
fx\src\data\System\NewXml\BaseTreeIterator.cs (1)
45return (be != null) && (be.Row != null);
fx\src\data\System\NewXml\DataPointer.cs (4)
54Debug.Assert( rowElem.Row != null ); 69Debug.Assert( rowElem.Row != null ); 70return rowElem.Row; 672DataRow row = rowElem.Row;
fx\src\data\System\NewXml\DataSetMappper.cs (6)
95Debug.Assert( rowElem.Row != null ); 133Debug.Assert( (node is XmlBoundElement) ? ((XmlBoundElement)node).Row == null : true ); 166DataRow row = be.Row; 186return be.Row; 190return be.Row; 217Debug.Assert( rowElem.Row != null );
fx\src\data\System\NewXml\RegionIterator.cs (1)
28Debug.Assert( rowElement != null && rowElement.Row != null );
fx\src\data\System\NewXml\XmlDataDocument.cs (41)
113DataRow r = be.Row; 147DataRow r = be.Row; 373Debug.Assert( rowElem.Row != null ); 402if ( be != null && be.Row != null ) 558Debug.Assert( node.Row != null ); 596Debug.Assert( node.Row != null ); 597Debug.Assert( node.Row.RowState != DataRowState.Deleted ); 606DataRow row = node.Row; 1180Debug.Assert( be.Row != null ); 1361if ( be != null && be.Row != null ) { 1537Debug.Assert( child.Element == childElement && childElement.Row == child ); 1729if ( rowElem != null && rowElem.Row != null ) 1746DataRow row = oldRowElem.Row; 1749if ( oldRowElem.Row.RowState == DataRowState.Detached ) 1755if ( be != null && be.Row != null ) { 1756Debug.Assert( ! IsRowLive( be.Row ) ); 2059Debug.Assert( iter.CurrentNode is XmlBoundElement && ((XmlBoundElement)(iter.CurrentNode)).Row != null ); 2177DataRow row = rowElement.Row; 2213Debug.Assert( rowElement.Row != null ); 2216DataRow row = rowElement.Row; 2253if ( be != null && be.Row != null ) { 2429Debug.Assert( ! IsRowLive( be.Row ) ); 2458Debug.Assert( rowElem.Row != null ); 2460DataRow row = rowElem.Row; 2512Debug.Assert( IsRowLive( rowElem.Row ) ); 2517Debug.Assert( rowElem.Row != null ); 2519DataRow row = rowElem.Row; 2562Debug.Assert( ! IsRowLive( rowElem.Row ) ); 2569DataRow row = rowElement.Row; 2583DataRow row = rowElement.Row; 2595Debug.Assert( childRowElem.Row != null ); 2602DataRow childRow = childRowElem.Row; 2608DataRow parentRow = parentRowElem.Row; 2689if ( rowElement != null && rowElement.Row != null ) 2690Debug.Assert( IsRowLive( rowElement.Row ) ); 2694Debug.Assert( rowElement.Row != null ); 2695Debug.Assert( IsRowLive( rowElement.Row ) ); 2708if ( rowElement != null && rowElement.Row != null ) 2709Debug.Assert( ! IsRowLive( rowElement.Row ) ); 2713Debug.Assert( rowElement.Row != null ); 2714Debug.Assert( ! IsRowLive( rowElement.Row ) );
fx\src\data\System\NewXml\XPathNodePointer.cs (11)
366DataRow row = curBoundElem.Row; 399Debug.Assert( rowElem.Row != null ); 416Debug.Assert( rowElem.Row != null ); 417return rowElem.Row; 748DataRow row = ((XmlBoundElement)parent).Row; 778curRow = ((XmlBoundElement)parent).Row; 1205DataRow curRow = be.Row; 1285DataRow curRow = be.Row; 1338DataRow curRow = be.Row; 1419DataRow curRow = be.Row; 1483DataRow row = rowElem.Row;