3 writes to _firstVisibleRow
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1348
_firstVisibleRow
= 0;
1373
_firstVisibleRow
= 0;
1414
_firstVisibleRow
= newFirstVisibleRow;
8 references to _firstVisibleRow
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
376
int nextRow =
_firstVisibleRow
+ 1;
394
int previousRow =
_firstVisibleRow
- 1;
1192
for (int row =
_firstVisibleRow
; row <
_firstVisibleRow
+ _visibleRowCount; row++)
1427
for (int i =
_firstVisibleRow
; i <
_firstVisibleRow
+ _visibleRowCount; i++)
2719
int firstVisibleRow =
_firstVisibleRow
;
2720
int lastVisibleRow =
_firstVisibleRow
+ _visibleRowCount;