8 references to _firstPageVisualIndex
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
1181
int visualChild =
_firstPageVisualIndex
;
1386
if (_childrenCollection.Count >
_firstPageVisualIndex
)
1428
if (j < firstPage || j > lastPage || _childrenCollection.Count <=
_firstPageVisualIndex
)
1446
visiblePages.Add(_childrenCollection[
_firstPageVisualIndex
+ j - Math.Max(0, firstPage)]);
1494
int vcIndex =
_firstPageVisualIndex
;
1648
for (int i = _childrenCollection.Count - 1; i >=
_firstPageVisualIndex
; i--)
2750
for (int i =
_firstPageVisualIndex
; i < _childrenCollection.Count; i++)
2772
for (int i =
_firstPageVisualIndex
; i < _childrenCollection.Count; i++)