1 instantiation of RowVisual
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
265
RowVisual rowVisual = new
RowVisual
(row);
9 references to RowVisual
PresentationFramework (9)
MS\Internal\PtsHost\TableParaClient.cs (9)
265
RowVisual
rowVisual = new RowVisual(row);
273
Invariant.Assert(((
RowVisual
)rowVisualsCollection[iR]).Row == row);
288
(
RowVisual
)(rowVisualsCollection[iR]),
297
(
RowVisual
)(rowVisualsCollection[iR]),
1482
if (((
RowVisual
)(rowVisualsCollection[firstIndex])).Row != row)
1489
RowVisual
rowVisual = (
RowVisual
)(rowVisualsCollection[lastIndex]);
1531
RowVisual
rowVisual,
1637
RowVisual
rowVisual,