3 writes to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1335
_visibleRowCount
= 0;
1360
_visibleRowCount
= 0;
1401
_visibleRowCount
= newVisibleRowCount;
3 references to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1181
for (int row = _firstVisibleRow; row < _firstVisibleRow +
_visibleRowCount
; row++)
1413
for (int i = _firstVisibleRow; i < _firstVisibleRow +
_visibleRowCount
; i++)
2699
int lastVisibleRow = _firstVisibleRow +
_visibleRowCount
;