2 writes to _numRows
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
93
_numRows
= 1;
126
_numRows
++;
12 references to _numRows
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (12)
138
contentSize.Height = _rowHeight *
_numRows
;
237
bool isMultiRow =
_numRows
> 1;
252
childOffset.Y = (
_numRows
- 1 - activeRow) * _rowHeight;
255
childOffset.Y = (
_numRows
- activeRow) * _rowHeight;
353
activeRow =
_numRows
- 1;
396
int numSeparators =
_numRows
- 1;
402
int[] rowHeaderCount = new int[
_numRows
];
403
double[] rowWidth = new double[
_numRows
];
404
double[] rowAverageGap = new double[
_numRows
];
405
double[] bestSolutionRowAverageGap = new double[
_numRows
];
460
for (int i = 0; i <
_numRows
; i++) // for all rows
497
for (int i = 0; i <
_numRows
; i++) // for all rows