8 references to _firstPageVisualIndex
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (8)
1213int visualChild = _firstPageVisualIndex; 1422if (_childrenCollection.Count > _firstPageVisualIndex) 1465if (j < firstPage || j > lastPage || _childrenCollection.Count <= _firstPageVisualIndex) 1481visiblePages.Add(_childrenCollection[_firstPageVisualIndex + j - Math.Max(0, firstPage)]); 1529int vcIndex = _firstPageVisualIndex; 1685for (int i = _childrenCollection.Count - 1; i >= _firstPageVisualIndex; i--) 2816for (int i = _firstPageVisualIndex; i < _childrenCollection.Count; i++) 2838for (int i = _firstPageVisualIndex; i < _childrenCollection.Count; i++)