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