3 references to Row
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (3)
293
Invariant.Assert(((RowVisual)rowVisualsCollection[iR]).
Row
== row);
1584
if (((RowVisual)(rowVisualsCollection[firstIndex])).
Row
!= row)
1592
if (rowVisual.
Row
== row) break;