2 writes to _numRows
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
92
_numRows
= 1;
125
_numRows
++;
12 references to _numRows
PresentationFramework (12)
System\Windows\Controls\Primitives\TabPanel.cs (12)
137
contentSize.Height = _rowHeight *
_numRows
;
236
bool isMultiRow =
_numRows
> 1;
251
childOffset.Y = (
_numRows
- 1 - activeRow) * _rowHeight;
254
childOffset.Y = (
_numRows
- activeRow) * _rowHeight;
352
activeRow =
_numRows
- 1;
395
int numSeparators =
_numRows
- 1;
401
int[] rowHeaderCount = new int[
_numRows
];
402
double[] rowWidth = new double[
_numRows
];
403
double[] rowAverageGap = new double[
_numRows
];
404
double[] bestSolutionRowAverageGap = new double[
_numRows
];
459
for (int i = 0; i <
_numRows
; i++) // for all rows
496
for (int i = 0; i <
_numRows
; i++) // for all rows