1 instantiation of RowVisual
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
259
RowVisual rowVisual = new
RowVisual
(row);
9 references to RowVisual
PresentationFramework (9)
MS\Internal\PtsHost\TableParaClient.cs (9)
259
RowVisual
rowVisual = new RowVisual(row);
267
Invariant.Assert(((
RowVisual
)rowVisualsCollection[iR]).Row == row);
282
(
RowVisual
)(rowVisualsCollection[iR]),
291
(
RowVisual
)(rowVisualsCollection[iR]),
1476
if (((
RowVisual
)(rowVisualsCollection[firstIndex])).Row != row)
1483
RowVisual
rowVisual = (
RowVisual
)(rowVisualsCollection[lastIndex]);
1525
RowVisual
rowVisual,
1631
RowVisual
rowVisual,