3 writes to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1341_visibleRowCount = 0; 1366_visibleRowCount = 0; 1407_visibleRowCount = newVisibleRowCount;
3 references to _visibleRowCount
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1184for (int row = _firstVisibleRow; row < _firstVisibleRow + _visibleRowCount; row++) 1419for (int i = _firstVisibleRow; i < _firstVisibleRow + _visibleRowCount; i++) 2705int lastVisibleRow = _firstVisibleRow + _visibleRowCount;