8 references to _firstPageVisualIndex
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
1182int visualChild = _firstPageVisualIndex; 1387if (_childrenCollection.Count > _firstPageVisualIndex) 1429if (j < firstPage || j > lastPage || _childrenCollection.Count <= _firstPageVisualIndex) 1447visiblePages.Add(_childrenCollection[_firstPageVisualIndex + j - Math.Max(0, firstPage)]); 1495int vcIndex = _firstPageVisualIndex; 1649for (int i = _childrenCollection.Count - 1; i >= _firstPageVisualIndex; i--) 2763for (int i = _firstPageVisualIndex; i < _childrenCollection.Count; i++) 2785for (int i = _firstPageVisualIndex; i < _childrenCollection.Count; i++)