1 instantiation of RowVisual
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
258RowVisual rowVisual = new RowVisual(row);
9 references to RowVisual
PresentationFramework (9)
MS\Internal\PtsHost\TableParaClient.cs (9)
258RowVisual rowVisual = new RowVisual(row); 266Invariant.Assert(((RowVisual)rowVisualsCollection[iR]).Row == row); 281(RowVisual)(rowVisualsCollection[iR]), 290(RowVisual)(rowVisualsCollection[iR]), 1475if (((RowVisual)(rowVisualsCollection[firstIndex])).Row != row) 1482RowVisual rowVisual = (RowVisual)(rowVisualsCollection[lastIndex]); 1524RowVisual rowVisual, 1630RowVisual rowVisual,