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)
1185for (int row = _firstVisibleRow; row < _firstVisibleRow + _visibleRowCount; row++) 1420for (int i = _firstVisibleRow; i < _firstVisibleRow + _visibleRowCount; i++) 2718int lastVisibleRow = _firstVisibleRow + _visibleRowCount;