3 writes to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1349
_visibleRowCount
= 0;
1374
_visibleRowCount
= 0;
1415
_visibleRowCount
= newVisibleRowCount;
3 references to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1192
for (int row = _firstVisibleRow; row < _firstVisibleRow +
_visibleRowCount
; row++)
1427
for (int i = _firstVisibleRow; i < _firstVisibleRow +
_visibleRowCount
; i++)
2720
int lastVisibleRow = _firstVisibleRow +
_visibleRowCount
;