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