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)
137contentSize.Height = _rowHeight * _numRows; 236bool isMultiRow = _numRows > 1; 251childOffset.Y = (_numRows - 1 - activeRow) * _rowHeight; 254childOffset.Y = (_numRows - activeRow) * _rowHeight; 352activeRow = _numRows - 1; 395int numSeparators = _numRows - 1; 401int[] rowHeaderCount = new int[_numRows]; 402double[] rowWidth = new double[_numRows]; 403double[] rowAverageGap = new double[_numRows]; 404double[] bestSolutionRowAverageGap = new double[_numRows]; 459for (int i = 0; i < _numRows; i++) // for all rows 496for (int i = 0; i < _numRows; i++) // for all rows