2 writes to _numRows
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (2)
83
_numRows
= 1;
116
_numRows
++;
12 references to _numRows
PresentationFramework (12)
System\Windows\Controls\Primitives\TabPanel.cs (12)
128
contentSize.Height = _rowHeight *
_numRows
;
229
bool isMultiRow =
_numRows
> 1;
244
childOffset.Y = (
_numRows
- 1 - activeRow) * _rowHeight;
247
childOffset.Y = (
_numRows
- activeRow) * _rowHeight;
345
activeRow =
_numRows
- 1;
388
int numSeparators =
_numRows
- 1;
394
int[] rowHeaderCount = new int[
_numRows
];
395
double[] rowWidth = new double[
_numRows
];
396
double[] rowAverageGap = new double[
_numRows
];
397
double[] bestSolutionRowAverageGap = new double[
_numRows
];
452
for (int i = 0; i <
_numRows
; i++) // for all rows
489
for (int i = 0; i <
_numRows
; i++) // for all rows