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