3 writes to _firstVisibleRow
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1340
_firstVisibleRow
= 0;
1365
_firstVisibleRow
= 0;
1406
_firstVisibleRow
= newFirstVisibleRow;
8 references to _firstVisibleRow
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
368
int nextRow =
_firstVisibleRow
+ 1;
386
int previousRow =
_firstVisibleRow
- 1;
1184
for (int row =
_firstVisibleRow
; row <
_firstVisibleRow
+ _visibleRowCount; row++)
1419
for (int i =
_firstVisibleRow
; i <
_firstVisibleRow
+ _visibleRowCount; i++)
2704
int firstVisibleRow =
_firstVisibleRow
;
2705
int lastVisibleRow =
_firstVisibleRow
+ _visibleRowCount;