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
;
230
bool isMultiRow =
_numRows
> 1;
245
childOffset.Y = (
_numRows
- 1 - activeRow) * _rowHeight;
248
childOffset.Y = (
_numRows
- activeRow) * _rowHeight;
346
activeRow =
_numRows
- 1;
389
int numSeparators =
_numRows
- 1;
395
int[] rowHeaderCount = new int[
_numRows
];
396
double[] rowWidth = new double[
_numRows
];
397
double[] rowAverageGap = new double[
_numRows
];
398
double[] bestSolutionRowAverageGap = new double[
_numRows
];
453
for (int i = 0; i <
_numRows
; i++) // for all rows
490
for (int i = 0; i <
_numRows
; i++) // for all rows