2 writes to _numRows
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
84
_numRows
= 1;
117
_numRows
++;
12 references to _numRows
PresentationFramework (12)
System\Windows\Controls\Primitives\TabPanel.cs (12)
129
contentSize.Height = _rowHeight *
_numRows
;
228
bool isMultiRow =
_numRows
> 1;
243
childOffset.Y = (
_numRows
- 1 - activeRow) * _rowHeight;
246
childOffset.Y = (
_numRows
- activeRow) * _rowHeight;
344
activeRow =
_numRows
- 1;
387
int numSeparators =
_numRows
- 1;
393
int[] rowHeaderCount = new int[
_numRows
];
394
double[] rowWidth = new double[
_numRows
];
395
double[] rowAverageGap = new double[
_numRows
];
396
double[] bestSolutionRowAverageGap = new double[
_numRows
];
451
for (int i = 0; i <
_numRows
; i++) // for all rows
488
for (int i = 0; i <
_numRows
; i++) // for all rows