1 instantiation of RowVisual
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
285RowVisual rowVisual = new RowVisual(row);
9 references to RowVisual
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (9)
285RowVisual rowVisual = new RowVisual(row); 293Invariant.Assert(((RowVisual)rowVisualsCollection[iR]).Row == row); 308(RowVisual)(rowVisualsCollection[iR]), 317(RowVisual)(rowVisualsCollection[iR]), 1584if (((RowVisual)(rowVisualsCollection[firstIndex])).Row != row) 1591RowVisual rowVisual = (RowVisual)(rowVisualsCollection[lastIndex]); 1638RowVisual rowVisual, 1749RowVisual rowVisual,