3 writes to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1342
_visibleRowCount
= 0;
1367
_visibleRowCount
= 0;
1408
_visibleRowCount
= newVisibleRowCount;
3 references to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1185
for (int row = _firstVisibleRow; row < _firstVisibleRow +
_visibleRowCount
; row++)
1420
for (int i = _firstVisibleRow; i < _firstVisibleRow +
_visibleRowCount
; i++)
2718
int lastVisibleRow = _firstVisibleRow +
_visibleRowCount
;